Package | Description |
---|---|
com.exonum.binding.proxy |
Modifier and Type | Class and Description |
---|---|
class |
ProxyDestructor
ProxyDestructor is a clean action that destroys a native proxy and closes its native handle.
|
Modifier and Type | Method and Description |
---|---|
static <ResourceDescriptionT> |
CleanAction.from(java.lang.Runnable action,
ResourceDescriptionT resourceType)
Creates a clean action with a given type.
|
Modifier and Type | Method and Description |
---|---|
void |
Cleaner.add(CleanAction<?> cleanAction)
Registers a new clean action with this context.
|
Copyright © 2018 Exonum. All rights reserved.