public final class TokenProxy extends NativeProxy
| Constructor and Description |
|---|
TokenProxy(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Finalize this NativeProxy by releasing its native resources.
|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
assertRegistryEmpty, equals, 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 NativeProxyprotected void finalize()
throws java.lang.Throwable
NativeProxyfinalize in class NativeProxyjava.lang.Throwable