Class BeanContextServicesSupport
- Namespace
- Java.Beans.Beancontext
- Assembly
- MASES.JNet.dll
public class BeanContextServicesSupport : BeanContextSupport, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BeanContextChildSupport>BeanContextServicesSupport
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom(IJavaType)JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom<T>()JVMBridgeBase<BeanContextChildSupport>.Execute<T>(params T[])JVMBridgeBase<BeanContextChildSupport>.DynBridgeClazzJVMBridgeBase<BeanContextChildSupport>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- 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
arg0
BeanContextServicesarg1
Locale
BeanContextServicesSupport(BeanContextServices, Locale, bool)
public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2)
Parameters
arg0
BeanContextServicesarg1
Localearg2
bool
BeanContextServicesSupport(BeanContextServices, Locale, bool, bool)
public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2, bool arg3)
Parameters
arg0
BeanContextServicesarg1
Localearg2
boolarg3
bool
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
args
object[]
Properties
BeanContextServicesPeer
public BeanContextServices BeanContextServicesPeer { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CurrentServiceClasses
public Iterator<object> CurrentServiceClasses { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
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
arg0
BeanContextChildarg1
objectarg2
Classarg3
objectarg4
BeanContextServiceRevokedListener
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
arg0
BeanContextChildarg1
objectarg2
object
RemoveBeanContextServicesListener(BeanContextServicesListener)
public void RemoveBeanContextServicesListener(BeanContextServicesListener arg0)
Parameters
RevokeService(Class, BeanContextServiceProvider, bool)
public void RevokeService(Class arg0, BeanContextServiceProvider arg1, bool arg2)
Parameters
arg0
Classarg1
BeanContextServiceProviderarg2
bool
Operators
implicit operator BeanContextServices(BeanContextServicesSupport)
Converter from BeanContextServicesSupport to BeanContextServices
public static implicit operator BeanContextServices(BeanContextServicesSupport t)