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