public class TucsonMsgRequest
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
TucsonMsgRequest() |
|
TucsonMsgRequest(long i,
int ty,
java.lang.String stcid,
LogicTuple t) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
java.lang.String |
getTid() |
LogicTuple |
getTuple() |
int |
getType() |
java.lang.String |
toString() |
public TucsonMsgRequest(long i, int ty, java.lang.String stcid, LogicTuple t)
i
- the operation idty
- the operation type codestcid
- the String representation of the target tuple centret
- the tuple argument of the operationprotected TucsonMsgRequest()
public long getId()
public java.lang.String getTid()
public LogicTuple getTuple()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object