Package com.osohq.oso
Class Ffi.Query
- java.lang.Object
 - 
- com.osohq.oso.Ffi.Query
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplicationError(String message)protected voidbind(String name, String value)protected voidcallResult(long call_id, String value)protected voiddebugCommand(String value)protected voidfinalize()protected jnr.ffi.Pointerget()protected StringnextEvent()protected jnr.ffi.PointernextMessage()protected voidquestionResult(long call_id, int result)protected Stringsource() 
 - 
 
- 
- 
Method Detail
- 
get
protected jnr.ffi.Pointer get()
 
- 
questionResult
protected void questionResult(long call_id, int result) throws Exceptions.OsoException- Throws:
 Exceptions.OsoException
 
- 
callResult
protected void callResult(long call_id, String value) throws Exceptions.OsoException- Throws:
 Exceptions.OsoException
 
- 
applicationError
protected void applicationError(String message) throws Exceptions.OsoException
- Throws:
 Exceptions.OsoException
 
- 
nextEvent
protected String nextEvent() throws Exceptions.OsoException
- Throws:
 Exceptions.OsoException
 
- 
debugCommand
protected void debugCommand(String value) throws Exceptions.OsoException
- Throws:
 Exceptions.OsoException
 
- 
nextMessage
protected jnr.ffi.Pointer nextMessage() throws Exceptions.OsoException- Throws:
 Exceptions.OsoException
 
- 
source
protected String source() throws Exceptions.OsoException
- Throws:
 Exceptions.OsoException
 
- 
bind
protected void bind(String name, String value) throws Exceptions.OsoException
- Throws:
 Exceptions.OsoException
 
 - 
 
 -