Click or drag to resize

JVMBridgeBaseTClass Methods

The JVMBridgeBaseTClass type exposes the following members.

Methods
 NameDescription
Public methodBiThrowTException Initialize and throw an instance of TException in JVM and then in CLR
(Inherited from JVMBridgeBase)
Public methodCastDirectTNewClass Simplified version of CastToTNewClass which wraps this instance within a new TNewClass class
(Inherited from JVMBridgeBase)
Public methodCastDirectAndDetachTNewClass Simplified version of CastToAndDetachTNewClass which wraps this instance within a new TNewClass class and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase)
Public methodCastDirectAndDisposeTNewClass Simplified version of CastToAndDisposeTNewClass which wraps this instance within a new TNewClass class, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase)
Public methodCastToTNewClass Casts this IJVMBridgeBase object into TNewClass
(Inherited from JVMBridgeBase)
Public methodCastToAndDetachTNewClass Casts this IJVMBridgeBase object into TNewClass and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase)
Public methodCastToAndDisposeTNewClass Casts this IJVMBridgeBase object into TNewClass, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase)
Protected methodCheckDisposed Test if this instance was disposed
(Inherited from JVMBridgeBase)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from JVMBridgeBase)
Protected methodDispose(Boolean) Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
(Inherited from JVMBridgeBase)
Public methodEquals(IJVMBridgeBaseInstance)Indicates whether the current object is equal to another object of the same type.
(Inherited from JVMBridgeBase)
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from JVMBridgeBase)
Public methodExecuteT(T) Executes the code
(Inherited from JVMBridgeBase)
Public methodExecuteT(T) Executes the code
(Overrides JVMBridgeBaseExecuteT(T))
Protected methodFinalize Finalizer
(Inherited from JVMBridgeBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from JVMBridgeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIExecute(String)Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object)Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object)Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object)Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object) Executes the method identified by methodName and returns the result as an array of TArrayType.
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String)Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object)Invokes instance method methodName with 1 argument and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object) Executes the method identified by methodName and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object)Invokes instance method methodName with 2 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String)Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object)Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object)Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object)Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object) Executes the method identified by methodName and signature and returns the result as an array of TArrayType.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String)Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object)Invokes instance method methodName with 1 argument and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object) Executes the method identified by methodName and signature and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object)Invokes instance method methodName with 2 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIGetField(String) Gets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIGetFieldArrayTReturn Gets the value of the field identified by fieldName and returns its content as an array of TReturn.
(Inherited from JVMBridgeBase)
Public methodIGetFieldStreamTReturn Reads the field identified by fieldName and returns its value as a JCOBridgeStreamT backed by the JVM primitive array stored in the field.
(Inherited from JVMBridgeBase)
Public methodIsAssignableFrom(IJavaType) Verify if this IJVMBridgeBase is assignable from clazz
Public methodIsAssignableFrom(String) Verify if this IJVMBridgeBase is assignable from clazz
Public methodIsAssignableFromT Verify if this IJVMBridgeBase is assignable from T
Public methodISetField(String, Object) Sets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodISetFieldTValue(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 methodIsInstanceOfT 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 methodStatic memberNewCreates a new JVM instance of TClass with no arguments.
Public methodStatic memberNew(Object)Creates a new JVM instance of TClass with 1 argument.
Public methodStatic memberNew(Object) Create a new instance of the TClass
Public methodStatic memberNew(Object, Object)Creates a new JVM instance of TClass with 2 arguments.
Public methodStatic memberNew(Object, Object, Object)Creates a new JVM instance of TClass with 3 arguments.
Public methodStatic memberNew(Object, Object, Object, Object)Creates a new JVM instance of TClass with 4 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 5 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 6 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 7 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 8 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 9 arguments.
Public methodStatic memberNew(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass with 10 arguments.
Public methodStatic memberNewAndWrapsDirectTNewClass(String)Creates a new JVM instance of className with no arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object)Creates a new JVM instance of className with 1 argument and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object) Wraps a new instance of the TNewClass after execution of New(String, Object)
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object)Creates a new JVM instance of className with 2 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object)Creates a new JVM instance of className with 3 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object)Creates a new JVM instance of className with 4 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignature(String)Creates a new JVM instance of TClass using a JNI signature with no arguments.
Public methodStatic memberNewWithSignature(String, Object)Creates a new JVM instance of TClass using a JNI signature with 1 argument.
Public methodStatic memberNewWithSignature(String, Object) Create a new instance of the TClass
Public methodStatic memberNewWithSignature(String, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 2 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 3 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 4 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 5 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 6 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 7 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 8 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 9 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 10 arguments.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String)Creates a new JVM instance of className with no arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object)Creates a new JVM instance of className with 1 argument and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object) Wraps a new instance of the TNewClass after execution of NewWithSignature(String, String, Object)
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object)Creates a new JVM instance of className with 2 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object)Creates a new JVM instance of className with 3 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object)Creates a new JVM instance of className with 4 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
Public methodStatic memberNewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks.
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 methodRuntimeIsInstanceOfT Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOfT checks T constraint at compile time
(Inherited from JVMBridgeBase)
Public methodStatic memberSExecute(String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments.
Public methodStatic memberSExecute(IJavaType, String)Invokes static method methodName on clazz with 0 arguments.
Public methodStatic memberSExecute(String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument.
Public methodStatic memberSExecute(String, Object) Executes a static method
Public methodStatic memberSExecute(IJavaType, String, Object)Invokes static method methodName on clazz with 1 argument.
Public methodStatic memberSExecute(IJavaType, String, Object) Executes a static method
Public methodStatic memberSExecute(String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments.
Public methodStatic memberSExecute(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecute(IJavaType, String, Object, Object)Invokes static method methodName on clazz with 2 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments.
Public methodStatic memberSExecute(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments.
Public methodStatic memberSExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments.
Public methodStatic memberSExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments.
Public methodStatic memberSExecuteTReturn(String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String)Invokes static method methodName on clazz with 0 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object)Invokes static method methodName on clazz with 1 argument, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object)Invokes static method methodName on clazz with 2 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments, returning TReturn.
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments, returning TReturn.
Public methodStatic memberSExecuteTNewClass, TReturn(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn(IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn, TConverter(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn, TConverter(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn, TConverter(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn, TConverter(IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteArrayTArrayType(String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String)Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object) Statically executes the method identified by methodName on the current class and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object)Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object) Statically executes the method identified by methodName on clazz and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteStreamTArrayType(String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String)Invokes static method methodName on clazz with 0 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object) Statically executes the method identified by methodName on the current class and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object)Invokes static method methodName on clazz with 1 argument and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object) Statically executes the method identified by methodName on clazz and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignature(String, String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String)Invokes static method methodName on clazz with 0 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument.
Public methodStatic memberSExecuteWithSignature(String, String, Object) Executes a static method
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object)Invokes static method methodName on clazz with 1 argument.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object) Executes a static method
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments.
Public methodStatic memberSExecuteWithSignature(Type, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object)Invokes static method methodName on clazz with 2 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments.
Public methodStatic memberSExecuteWithSignature(Type, IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments.
Public methodStatic memberSExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments.
Public methodStatic memberSExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String)Invokes static method methodName on clazz with 0 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object)Invokes static method methodName on clazz with 1 argument, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(Type, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object)Invokes static method methodName on clazz with 2 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(Type, IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments, returning TReturn.
Public methodStatic memberSExecuteWithSignatureTNewClass, TReturn(String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTNewClass, TReturn(IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn, TConverter(Type, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTReturn, TConverter(Type, IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTNewClass, TReturn, TConverter(String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureTNewClass, TReturn, TConverter(IJavaType, String, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String)Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object) Statically executes the method identified by methodName and signature on the current class and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object)Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object) Statically executes the method identified by methodName and signature on clazz and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String)Invokes static method methodName on clazz with 0 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object) Statically executes the method identified by methodName and signature on the current class and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object)Invokes static method methodName on clazz with 1 argument and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object) Statically executes the method identified by methodName and signature on clazz and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns a zero-copy stream over the JVM primitive array result.
Public methodStatic memberSGetField(String) Gets the value of a static field identified by fieldName
Public methodStatic memberSGetField(IJavaType, String) Gets the value of a static field on clazz identified by fieldName
Public methodStatic memberSGetFieldTReturn(String) Gets the value of a static field identified by fieldName
Public methodStatic memberSGetFieldTReturn(IJavaType, String) Gets the value of a static field on clazz identified by fieldName
Public methodStatic memberSGetFieldArrayTReturn(String) Reads the static field identified by fieldName on the current class and returns its content as an array of TReturn.
Public methodStatic memberSGetFieldArrayTReturn(IJavaType, String) Reads the static field identified by fieldName on clazz and returns its content as an array of TReturn.
Public methodStatic memberSGetFieldStreamTReturn(String) Reads the static field identified by fieldName on the current class and returns its value as a JCOBridgeStreamT backed by the JVM primitive array stored in the field.
Public methodStatic memberSGetFieldStreamTReturn(IJavaType, String) Reads the static field identified by fieldName on clazz and returns its value as a JCOBridgeStreamT backed by the JVM primitive array stored in the field.
Public methodStatic memberSSetField(String, Object) Sets the value of a static field identified by fieldName
Public methodStatic memberSSetField(IJavaType, String, Object) Sets the value of a static field on clazz identified by fieldName
Public methodStatic memberSSetFieldTValue(String, TValue) Sets the value of a static field identified by fieldName
Public methodStatic memberSSetFieldTValue(IJavaType, String, TValue) Sets the value of a static field on clazz identified by fieldName
Public methodThrowTException Initialize and throw an instance of TException in JVM
(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 MethodCastTObject Casts the input object implemeneting IJVMBridgeBase into TObject
(Defined by JCOBridgeExtensions)
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener
(Defined by JCOBridgeExtensions)
Public Extension MethodReleaseListener Release a IJVMBridgeBase from the JVM
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a IJVMBridgeBase input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also