Click or drag to resize

JCSharedBufferManager Properties

The JCSharedBufferManager type exposes the following members.

Properties
 NameDescription
Public propertyBridgeClassName Java class name to be instantiated
(Overrides JVMBridgeBaseBridgeClassName)
Public propertyBridgeInstance The IJavaObject instance
(Inherited from JVMBridgeBase)
Protected propertyBypassPool Override and return to prevent this instance from being returned to the pool on Dispose.
(Inherited from JVMBridgeBase)
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeCloseable if the BridgeClassName implements java.lang.AutoCloseable
(Inherited from JVMBridgeBase)
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase)
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeBase)
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeBase)
Public propertyStatic memberNativeMemoryReserved Report the native memory reserved using SetNativeMemoryReserved(Int32)
Public propertyStatic memberNativeMemoryThreshold Set or get the limit of native memory can be used before trigger the GC for a cleanup
Public propertyStatic memberReuseByteBuffer Set or get the status of https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html reuse
Public propertyStatic memberReuseQueueSize Report the current number of https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html enqueued for reuse
Public propertyStatic memberReuseQueueThreshold Set or get the limit of https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html can be enqueued before their discard
Top
See Also