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 NativeHandle
AbstractNativeProxy. nativeHandle
A handle to the native object.Methods in com.exonum.binding.core.proxy with parameters of type NativeHandle Modifier and Type Method Description static ProxyDestructor
ProxyDestructor. 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.core.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.