|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlime.OpDescriptor
lime.RemoteOpDescriptor
lime.TSOpDescriptor
Field Summary | |
(package private) LimeServerID |
dest
Where the message is destined. |
(package private) boolean |
isGroupCast
Is this message a group cast? |
(package private) AgentID |
opDestAgent
The destination agent (or null if host). |
(package private) AgentID |
opSourceAgent
The source agent (or null if host). |
(package private) LimeServerID |
source
The ID of the LimeServer on which this descriptor was created. |
(package private) AgentID |
sourceAgent
|
(package private) java.lang.String |
tsName
|
(package private) short |
type
The type of the operation. |
Constructor Summary | |
(package private) |
TSOpDescriptor(short type,
java.lang.String tsName,
AgentID sourceAgent)
|
Method Summary | |
(package private) AgentID |
getIncomingOpDestAgent()
|
(package private) AgentID |
getIncomingOpSourceAgent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String tsName
AgentID sourceAgent
LimeServerID source
transient LimeServerID dest
transient AgentID opSourceAgent
transient AgentID opDestAgent
transient boolean isGroupCast
short type
Constructor Detail |
TSOpDescriptor(short type, java.lang.String tsName, AgentID sourceAgent)
Method Detail |
AgentID getIncomingOpSourceAgent()
AgentID getIncomingOpDestAgent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |