public class TucsonMsgReply
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
TucsonMsgReply() |
|
TucsonMsgReply(long i,
int t,
boolean a,
boolean s,
boolean ok) |
|
TucsonMsgReply(long i,
int t,
boolean a,
boolean s,
boolean ok,
LogicTuple req,
java.lang.Object res) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
LogicTuple |
getTupleRequested() |
java.lang.Object |
getTupleResult() |
int |
getType() |
boolean |
isAllowed() |
boolean |
isResultSuccess() |
boolean |
isSuccess() |
java.lang.String |
toString() |
public TucsonMsgReply(long i, int t, boolean a, boolean s, boolean ok)
i
- the operation idt
- the operation type codea
- wether the operation is alloweds
- wether the operation completedok
- wether the operation succeededpublic TucsonMsgReply(long i, int t, boolean a, boolean s, boolean ok, LogicTuple req, java.lang.Object res)
i
- the operation idt
- the operation type codea
- wether the operation is alloweds
- wether the operation completedok
- wether the operation succeededreq
- the tuple argument of the operationres
- the object result of the operation (can be a tuple or a list
of tuples)protected TucsonMsgReply()
public long getId()
public LogicTuple getTupleRequested()
public java.lang.Object getTupleResult()
public int getType()
public boolean isAllowed()
public boolean isResultSuccess()
public boolean isSuccess()
public java.lang.String toString()
toString
in class java.lang.Object