- java.lang.Object
-
- jnr.ffi.provider.InvocationSession
-
public class InvocationSession extends Object
Holds information for each invocation of a native function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInvocationSession.PostInvoke
-
Constructor Summary
Constructors Constructor Description InvocationSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPostInvoke(InvocationSession.PostInvoke postInvoke)voidfinish()voidkeepAlive(Object obj)
-
-
-
Method Detail
-
finish
public void finish()
-
addPostInvoke
public void addPostInvoke(InvocationSession.PostInvoke postInvoke)
-
keepAlive
public void keepAlive(Object obj)
-
-