Class BeanContextServicesSupport
- Namespace
- Java.Beans.Beancontext
- Assembly
- MASES.JNet.dll
public class BeanContextServicesSupport : BeanContextSupport, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
BeanContextServicesSupport
- Implements
- Inherited Members
-
JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
BeanContextServicesSupport()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BeanContextServicesSupport()
BeanContextServicesSupport(BeanContextServices)
public BeanContextServicesSupport(BeanContextServices arg0)
Parameters
BeanContextServicesSupport(BeanContextServices, Locale)
public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1)
Parameters
arg0BeanContextServicesarg1Locale
BeanContextServicesSupport(BeanContextServices, Locale, bool)
public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2)
Parameters
arg0BeanContextServicesarg1Localearg2bool
BeanContextServicesSupport(BeanContextServices, Locale, bool, bool)
public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2, bool arg3)
Parameters
arg0BeanContextServicesarg1Localearg2boolarg3bool
BeanContextServicesSupport(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public BeanContextServicesSupport(params object[] args)
Parameters
argsobject[]
Properties
BeanContextServicesPeer
public BeanContextServices BeanContextServicesPeer { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CurrentServiceClasses
public Iterator<object> CurrentServiceClasses { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AddBeanContextServicesListener(BeanContextServicesListener)
public void AddBeanContextServicesListener(BeanContextServicesListener arg0)
Parameters
AddService(Class, BeanContextServiceProvider)
public bool AddService(Class arg0, BeanContextServiceProvider arg1)
Parameters
Returns
GetCurrentServiceSelectors(Class)
public Iterator<object> GetCurrentServiceSelectors(Class arg0)
Parameters
Returns
GetService(BeanContextChild, object, Class, object, BeanContextServiceRevokedListener)
public object GetService(BeanContextChild arg0, object arg1, Class arg2, object arg3, BeanContextServiceRevokedListener arg4)
Parameters
arg0BeanContextChildarg1objectarg2Classarg3objectarg4BeanContextServiceRevokedListener
Returns
Exceptions
HasService(Class)
public bool HasService(Class arg0)
Parameters
Returns
Initialize()
public void Initialize()
ReleaseService(BeanContextChild, object, object)
public void ReleaseService(BeanContextChild arg0, object arg1, object arg2)
Parameters
arg0BeanContextChildarg1objectarg2object
RemoveBeanContextServicesListener(BeanContextServicesListener)
public void RemoveBeanContextServicesListener(BeanContextServicesListener arg0)
Parameters
RevokeService(Class, BeanContextServiceProvider, bool)
public void RevokeService(Class arg0, BeanContextServiceProvider arg1, bool arg2)
Parameters
arg0Classarg1BeanContextServiceProviderarg2bool
Operators
implicit operator BeanContextServices(BeanContextServicesSupport)
Converter from BeanContextServicesSupport to BeanContextServices
public static implicit operator BeanContextServices(BeanContextServicesSupport t)