- Direct Known Subclasses:
CommitEditor
, RemoteSession
, StateReporter
public abstract class JNIObject
extends Object
This class is used internally by the JavaHL implementation and not considered
part part of the public API.
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
protected long |
cppAddr |
slot for the address of the native peer.
|
-
Constructor Summary
Constructors
Modifier |
Constructor |
Description |
protected |
JNIObject(long cppAddr) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
protected final long cppAddr
slot for the address of the native peer. The JNI code controls this
field. If it is set to 0 then underlying JNI object has been freed
-
Constructor Details
-
protected JNIObject(long cppAddr)