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 void
applicationError(String message)
protected void
bind(String name, String value)
protected void
callResult(long call_id, String value)
protected void
debugCommand(String value)
protected void
finalize()
protected jnr.ffi.Pointer
get()
protected String
nextEvent()
protected jnr.ffi.Pointer
nextMessage()
protected void
questionResult(long call_id, int result)
protected String
source()
-
-
-
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
-
-