lumis.portal.cluster
Interface IClusterMessage
- All Superinterfaces:
- IClusterTransmission
@StableMinor(version="6.1",
sinceVersion="4.1")
public interface IClusterMessage
- extends IClusterTransmission
Represents a message that may be sent through the cluster framework.
When received, the message generates a ClusterMessageReceivedEvent
.
- Since:
- 4.1.0
- See Also:
IClusterManager.createClusterMessage(String, Serializable)
Method Summary |
java.io.Serializable |
getData()
Returns the data sent in this message. |
java.lang.String |
getGroup()
The group where the data was sent to. |
getData
java.io.Serializable getData()
- Returns the data sent in this message.
- Returns:
- the data sent in this message.
getGroup
java.lang.String getGroup()
- The group where the data was sent to.
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.