Impact Acquire SDK Java
acquire Class Reference
Inheritance diagram for acquire:
[legend]

Static Public Member Functions

static int getEND_OF_LIST ()
 A constant defining that property values will be read from an array property until the last value.
 
static int getINVALID_ID ()
 
static int getROOT_LIST ()
 A constant defining the unique identifier for the root component list containing all other lists.
 
static long getSmIgnoreLists ()
 When set lists are not taken into account during a search.
 
static long getSmIgnoreMethods ()
 When set method objects are not taken into account during a search.
 
static long getSmIgnoreProperties ()
 When set property objects are not taken into account during a search.
 

Static Public Attributes

static final int MVIMPACT_ACQUIRE_BUILD_VERSION = acquireJNI.MVIMPACT_ACQUIRE_BUILD_VERSION_get()
 Returns the build version number of the current Impact Acquire release.
 
static final int MVIMPACT_ACQUIRE_MAJOR_VERSION = acquireJNI.MVIMPACT_ACQUIRE_MAJOR_VERSION_get()
 Returns the major version number of the current Impact Acquire release.
 
static final int MVIMPACT_ACQUIRE_MINOR_VERSION = acquireJNI.MVIMPACT_ACQUIRE_MINOR_VERSION_get()
 Returns the minor version number of the current Impact Acquire release.
 
static final int MVIMPACT_ACQUIRE_RELEASE_VERSION = acquireJNI.MVIMPACT_ACQUIRE_RELEASE_VERSION_get()
 Returns the release version number of the current Impact Acquire release.
 
static final String MVIMPACT_ACQUIRE_VERSION_STRING = acquireJNI.MVIMPACT_ACQUIRE_VERSION_STRING_get()
 Returns the full version number of the current Impact Acquire release as a string ("3.3.0.3976").
 

Static Protected Member Functions

static java.nio.ByteBuffer checkDirect (java.nio.ByteBuffer buffer)
 

Member Function Documentation

◆ checkDirect()

static java.nio.ByteBuffer checkDirect ( java.nio.ByteBuffer buffer)
staticprotected