|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlime.OpDescriptor
lime.RemoteOpDescriptor
A RemoteDescriptor is any remote operation that will be sent through the incoming and outgoing queues (including operations and transactions).
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) short |
type
The type of the operation. |
Constructor Summary | |
(package private) |
RemoteOpDescriptor()
The default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
LimeServerID source
transient LimeServerID dest
transient AgentID opSourceAgent
transient AgentID opDestAgent
transient boolean isGroupCast
short type
Constructor Detail |
RemoteOpDescriptor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |