Class JNIObject

java.lang.Object
org.apache.subversion.javahl.JNIObject
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 Details

    • cppAddr

      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

    • JNIObject

      protected JNIObject​(long cppAddr)