|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.1") public interface IClusterTransmission
Contains information that may be transmitted through the cluster framework.
Nested Class Summary | |
---|---|
static class |
IClusterTransmission.Flag
Enumerates the flags that may be set in a IClusterTransmission . |
Method Summary | |
---|---|
EnumSet<IClusterTransmission.Flag> |
getFlags()
Returns the flags for this transmission. |
String |
getId()
Returns a unique identifier for this transmission. |
String |
getSenderId()
Returns the identifier of the node that is the sender of this transmission. |
String |
toString()
A string representation for this transmission, used mostly for logging and debugging purposes. |
Method Detail |
---|
String getId()
EnumSet<IClusterTransmission.Flag> getFlags()
IClusterTransmission.Flag
String getSenderId()
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |