Table of Contents

Class EventSetDescriptor

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

EventSetDescriptor()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public EventSetDescriptor()

EventSetDescriptor(Class, String, Class, String)

public EventSetDescriptor(Class arg0, String arg1, Class arg2, String arg3)

Parameters

arg0 Class

Class

arg1 String

String

arg2 Class

Class

arg3 String

String

Exceptions

IntrospectionException

EventSetDescriptor(Class, String, Class, String[], String, String)

public EventSetDescriptor(Class arg0, String arg1, Class arg2, String[] arg3, String arg4, String arg5)

Parameters

arg0 Class

Class

arg1 String

String

arg2 Class

Class

arg3 String[]

String

arg4 String

String

arg5 String

String

Exceptions

IntrospectionException

EventSetDescriptor(Class, String, Class, String[], String, String, String)

public EventSetDescriptor(Class arg0, String arg1, Class arg2, String[] arg3, String arg4, String arg5, String arg6)

Parameters

arg0 Class

Class

arg1 String

String

arg2 Class

Class

arg3 String[]

String

arg4 String

String

arg5 String

String

arg6 String

String

Exceptions

IntrospectionException

EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method)

public EventSetDescriptor(String arg0, Class arg1, MethodDescriptor[] arg2, Method arg3, Method arg4)

Parameters

arg0 String

String

arg1 Class

Class

arg2 MethodDescriptor[]

MethodDescriptor

arg3 Method

Method

arg4 Method

Method

Exceptions

IntrospectionException

EventSetDescriptor(String, Class, Method[], Method, Method)

public EventSetDescriptor(String arg0, Class arg1, Method[] arg2, Method arg3, Method arg4)

Parameters

arg0 String

String

arg1 Class

Class

arg2 Method[]

Method

arg3 Method

Method

arg4 Method

Method

Exceptions

IntrospectionException

EventSetDescriptor(String, Class, Method[], Method, Method, Method)

public EventSetDescriptor(String arg0, Class arg1, Method[] arg2, Method arg3, Method arg4, Method arg5)

Parameters

arg0 String

String

arg1 Class

Class

arg2 Method[]

Method

arg3 Method

Method

arg4 Method

Method

arg5 Method

Method

Exceptions

IntrospectionException

EventSetDescriptor(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 EventSetDescriptor(params object[] args)

Parameters

args object[]

Properties

AddListenerMethod

public Method AddListenerMethod { get; }

Property Value

Method

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

GetListenerMethod

public Method GetListenerMethod { get; }

Property Value

Method

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

ListenerMethodDescriptors

public MethodDescriptor[] ListenerMethodDescriptors { get; }

Property Value

MethodDescriptor[]

ListenerMethods

public Method[] ListenerMethods { get; }

Property Value

Method[]

ListenerType

public Class ListenerType { get; }

Property Value

Class

RemoveListenerMethod

public Method RemoveListenerMethod { get; }

Property Value

Method

Methods

IsInDefaultEventSet()

public bool IsInDefaultEventSet()

Returns

bool

bool

IsUnicast()

public bool IsUnicast()

Returns

bool

bool

SetInDefaultEventSet(bool)

public void SetInDefaultEventSet(bool arg0)

Parameters

arg0 bool

bool

SetUnicast(bool)

public void SetUnicast(bool arg0)

Parameters

arg0 bool

bool