|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClusterTransmission | |
---|---|
lumis.portal.cluster | Contains the portal cluster framework API. |
lumis.portal.cluster.multiserver | Contains the implementation for the portal cluster framework when multi-server environment is enabled. |
Uses of IClusterTransmission in lumis.portal.cluster |
---|
Subinterfaces of IClusterTransmission in lumis.portal.cluster | |
---|---|
interface |
IClusterCommand
Represents a command, that when sent through the cluster framework is executed in the destination nodes. |
interface |
IClusterMessage
Represents a message that may be sent through the cluster framework. |
Methods in lumis.portal.cluster with parameters of type IClusterTransmission | |
---|---|
void |
SingleServerClusterManager.send(IClusterTransmission transmission)
|
void |
IClusterManager.send(IClusterTransmission transmission)
Sends a transmission. |
abstract void |
AbstractClusterManager.send(IClusterTransmission transmission)
|
protected void |
AbstractClusterManager.transmissionReceived(IClusterTransmission transmission)
Processes a received transmission. |
Uses of IClusterTransmission in lumis.portal.cluster.multiserver |
---|
Methods in lumis.portal.cluster.multiserver with parameters of type IClusterTransmission | |
---|---|
void |
JGroupsClusterManager.send(IClusterTransmission transmission)
|
protected void |
JGroupsClusterManager.transmissionReceived(IClusterTransmission transmission)
|
Constructors in lumis.portal.cluster.multiserver with parameters of type IClusterTransmission | |
---|---|
ClusterTransmissionHeader(IClusterTransmission clusterTransmission)
Creates a header initialized according to the given IClusterTransmission . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |