Uses of Class
com.exonum.binding.core.proxy.NativeHandle
| Package | Description |
|---|---|
| com.exonum.binding.core.proxy |
-
Uses of NativeHandle in com.exonum.binding.core.proxy
Fields in com.exonum.binding.core.proxy declared as NativeHandle Modifier and Type Field Description protected NativeHandleAbstractNativeProxy. nativeHandleA handle to the native object.Methods in com.exonum.binding.core.proxy with parameters of type NativeHandle Modifier and Type Method Description static ProxyDestructorProxyDestructor. newRegistered(Cleaner cleaner, NativeHandle nativeHandle, Class<?> proxyClass, LongConsumer destructorFunction)Creates a new destructor of a native proxy, registered in the given cleaner.Constructors in com.exonum.binding.core.proxy with parameters of type NativeHandle Constructor Description AbstractNativeProxy(NativeHandle nativeHandle)ProxyDestructor(NativeHandle nativeHandle, Class<?> proxyClass, LongConsumer destructorFunction)Creates a new destructor of a native proxy.