public final class TokenProxy extends NativeProxy
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TokenProxy(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
assertRegistryEmpty, equals, finalize, getRegistryIndex, getRegistryIndicesprotected void releaseNativeResources()
NativeProxyYou don't call this method; NativeProxy.finalize() calls it for you.
You must declare a finalize() method which calls super.finalize().
releaseNativeResources in class NativeProxy