jnr.ffi.provider
Class InvocationSession
java.lang.Object
jnr.ffi.provider.InvocationSession
public class InvocationSession
- extends Object
Holds information for each invocation of a native function
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationSession
public InvocationSession()
finish
public void finish()
addPostInvoke
public void addPostInvoke(InvocationSession.PostInvoke postInvoke)
keepAlive
public void keepAlive(Object obj)
Copyright © 2013. All Rights Reserved.