Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap<java.lang.String,EtJniAccess> |
EtJniAccess.classMap
Store EtJniAccess objects here since we only want to create 1 object per ET system.
|
Modifier and Type | Method and Description |
---|---|
(package private) static EtJniAccess |
EtJniAccess.getInstance(java.lang.String etName)
Get an instance of this object for a particular ET system.
|
EtJniAccess |
EtSystemOpen.getJni()
Gets the object used to access native methods when using local, C-based ET system.
|