Table of Contents

Class BeanContextServicesSupport

Namespace
Java.Beans.Beancontext
Assembly
MASES.JNet.dll
public class BeanContextServicesSupport : BeanContextSupport, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
BeanContextServicesSupport
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom<T>()
JVMBridgeBase<BeanContextChildSupport>.Execute<T>(params T[])
JVMBridgeBase<BeanContextChildSupport>.DynBridgeClazz
JVMBridgeBase<BeanContextChildSupport>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

arg0 BeanContextServices

BeanContextServices

BeanContextServicesSupport(BeanContextServices, Locale)

public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1)

Parameters

arg0 BeanContextServices

BeanContextServices

arg1 Locale

Locale

BeanContextServicesSupport(BeanContextServices, Locale, bool)

public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2)

Parameters

arg0 BeanContextServices

BeanContextServices

arg1 Locale

Locale

arg2 bool

bool

BeanContextServicesSupport(BeanContextServices, Locale, bool, bool)

public BeanContextServicesSupport(BeanContextServices arg0, Locale arg1, bool arg2, bool arg3)

Parameters

arg0 BeanContextServices

BeanContextServices

arg1 Locale

Locale

arg2 bool

bool

arg3 bool

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

BeanContextServices

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CurrentServiceClasses

public Iterator<object> CurrentServiceClasses { get; }

Property Value

Iterator<object>

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddBeanContextServicesListener(BeanContextServicesListener)

public void AddBeanContextServicesListener(BeanContextServicesListener arg0)

Parameters

arg0 BeanContextServicesListener

BeanContextServicesListener

AddService(Class, BeanContextServiceProvider)

public bool AddService(Class arg0, BeanContextServiceProvider arg1)

Parameters

arg0 Class

Class

arg1 BeanContextServiceProvider

BeanContextServiceProvider

Returns

bool

bool

GetCurrentServiceSelectors(Class)

public Iterator<object> GetCurrentServiceSelectors(Class arg0)

Parameters

arg0 Class

Class

Returns

Iterator<object>

Iterator

GetService(BeanContextChild, object, Class, object, BeanContextServiceRevokedListener)

public object GetService(BeanContextChild arg0, object arg1, Class arg2, object arg3, BeanContextServiceRevokedListener arg4)

Parameters

arg0 BeanContextChild

BeanContextChild

arg1 object

object

arg2 Class

Class

arg3 object

object

arg4 BeanContextServiceRevokedListener

BeanContextServiceRevokedListener

Returns

object

object

Exceptions

TooManyListenersException

HasService(Class)

public bool HasService(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

Initialize()

public void Initialize()

ReleaseService(BeanContextChild, object, object)

public void ReleaseService(BeanContextChild arg0, object arg1, object arg2)

Parameters

arg0 BeanContextChild

BeanContextChild

arg1 object

object

arg2 object

object

RemoveBeanContextServicesListener(BeanContextServicesListener)

public void RemoveBeanContextServicesListener(BeanContextServicesListener arg0)

Parameters

arg0 BeanContextServicesListener

BeanContextServicesListener

RevokeService(Class, BeanContextServiceProvider, bool)

public void RevokeService(Class arg0, BeanContextServiceProvider arg1, bool arg2)

Parameters

arg0 Class

Class

arg1 BeanContextServiceProvider

BeanContextServiceProvider

arg2 bool

bool

Operators

implicit operator BeanContextServices(BeanContextServicesSupport)

public static implicit operator BeanContextServices(BeanContextServicesSupport t)

Parameters

t BeanContextServicesSupport

Returns

BeanContextServices