| Package | Description |
|---|---|
| com.kenai.jffi |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ClosureMagazine.Handle |
private static class |
ClosurePool.Handle
Manages the lifecycle of a native closure.
|
| Modifier and Type | Method and Description |
|---|---|
Closure.Handle |
ClosureMagazine.allocate(java.lang.Object proxy) |
Closure.Handle |
ClosureManager.newClosure(Closure closure,
CallContext callContext)
Wraps a java object that implements the
Closure interface in a
native closure. |
Closure.Handle |
ClosureManager.newClosure(Closure closure,
Type returnType,
Type[] parameterTypes,
CallingConvention convention)
Wraps a java object that implements the
Closure interface in a
native closure. |
Closure.Handle |
ClosurePool.newClosureHandle(Closure closure) |