lumis.portal.cluster
Interface IClusterTransmission

Package class diagram package IClusterTransmission
All Known Subinterfaces:
IClusterCommand, IClusterMessage

@StableMinor(version="6.1",
             sinceVersion="4.1")
public interface IClusterTransmission

Contains information that may be transmitted through the cluster framework.

Since:
4.1.0

Nested Class Summary
static class IClusterTransmission.Flag
          Enumerates the flags that may be set in a IClusterTransmission.
 
Method Summary
 java.util.EnumSet<IClusterTransmission.Flag> getFlags()
          Returns the flags for this transmission.
 java.lang.String getId()
          Returns a unique identifier for this transmission.
 java.lang.String getSenderId()
          Returns the identifier of the node that is the sender of this transmission.
 java.lang.String toString()
          A string representation for this transmission, used mostly for logging and debugging purposes.
 

Method Detail

getId

java.lang.String getId()
Returns a unique identifier for this transmission.

Returns:
the identifier for this transmission.
Since:
4.1.0

getFlags

java.util.EnumSet<IClusterTransmission.Flag> getFlags()
Returns the flags for this transmission.

Returns:
the flags for this transmission.
Since:
4.1.0
See Also:
IClusterTransmission.Flag

getSenderId

java.lang.String getSenderId()
Returns the identifier of the node that is the sender of this transmission.

Returns:
the identifier of the sender node of this transmission.
Since:
4.1.0

toString

java.lang.String toString()
A string representation for this transmission, used mostly for logging and debugging purposes. The result should be a concise but informative representation that is easy for a person to read.

Overrides:
toString in class java.lang.Object
Returns:
string representation for this transmission.
Since:
4.1.0


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.