public final class TokenProxy extends NativeProxy
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
logger |
| Constructor | Description |
|---|---|
TokenProxy(byte[] pointer) |
| Modifier and Type | Method | 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