Click or drag to resize

JVMBridgeListener Methods

The JVMBridgeListener type exposes the following members.

Methods
 NameDescription
Protected methodAddEventHandler(String, EventHandler) Adds an handler to manage events from JVM
Protected methodAddEventHandler<TDataClass>(String, EventHandler<CLRListenerEventArgs<TDataClass>>) Adds an handler to manage events from JVM
Public methodCastDirect<TNewClass> Simplified version of CastTo<TNewClass> () which wraps this instance with a new TNewClass class
(Inherited from JVMBridgeBase)
Public methodCastTo<TNewClass> Casts this IJVMBridgeBase object into TNewClass
(Inherited from JVMBridgeBase)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides JVMBridgeBase.Dispose())
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from JVMBridgeBase)
Public methodExecute<T>(T[]) Executes the code
(Inherited from JVMBridgeBase)
Public methodExecute<T>(T[]) Executes the code
(Inherited from JVMBridgeBase<TClass>)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from JVMBridgeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIExecute(String, Object[]) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecuteArray<T> Execute the method and build the result as an array of T
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object[]) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArray<T> Execute the method and build the result as an array of T
(Inherited from JVMBridgeBase)
Public methodIGetField(String) Gets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIGetFieldArray<TReturn> Gets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIsAssignableFrom(IJavaType) Verify if this IJVMBridgeBase is assignable from clazz
(Inherited from JVMBridgeBase<TClass>)
Public methodIsAssignableFrom(String) Verify if this IJVMBridgeBase is assignable from clazz
(Inherited from JVMBridgeBase<TClass>)
Public methodIsAssignableFrom<T>() Verify if this IJVMBridgeBase is assignable from T
(Inherited from JVMBridgeBase<TClass>)
Public methodISetField(String, Object) Sets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodISetField<TValue>(String, TValue) Sets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIsInstanceOf(IJavaType) Verify if this IJVMBridgeBase is an instance of clazz
(Inherited from JVMBridgeBase)
Public methodIsInstanceOf(String) Verify if this IJVMBridgeBase is an instance of clazz
(Inherited from JVMBridgeBase)
Public methodIsInstanceOf<T>() Verify if this IJVMBridgeBase is an instance of T
(Inherited from JVMBridgeBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJVMBridgeBase
(Inherited from JVMBridgeBase)
Public methodMonitorExit Exits the monitor associated with the underlying with this IJVMBridgeBase
(Inherited from JVMBridgeBase)
Public methodNotify Wakes up a single thread that is waiting on this object's monitor.
(Inherited from JVMBridgeBase)
Public methodNotifyAll Wakes up all threads that are waiting on this object's monitor.
(Inherited from JVMBridgeBase)
Public methodRuntimeIsInstanceOf<T> Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOf<T> () checks T constraint at compile time
(Inherited from JVMBridgeBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from JVMBridgeBase)
Public methodWait() Causes the current thread to wait until it is awakened, typically by being notified or interrupted.
(Inherited from JVMBridgeBase)
Public methodWait(Int64) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
(Inherited from JVMBridgeBase)
Public methodWait(Int64, Int32) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
(Inherited from JVMBridgeBase)
Top
Extension Methods
 NameDescription
Public Extension MethodConvert<TReturn> Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also