Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractClusterManager.send(IClusterTransmission transmission) |
void |
IClusterManager.send(IClusterTransmission transmission)
Sends a transmission.
|
void |
SingleServerClusterManager.send(IClusterTransmission transmission) |
protected void |
AbstractClusterManager.transmissionReceived(IClusterTransmission transmission)
Processes a received transmission.
|
Modifier and Type | Method and Description |
---|---|
void |
JGroupsClusterManager.send(IClusterTransmission transmission) |
protected void |
JGroupsClusterManager.transmissionReceived(IClusterTransmission transmission) |
Constructor and Description |
---|
ClusterTransmissionHeader(IClusterTransmission clusterTransmission)
Creates a header initialized according to the given
IClusterTransmission . |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.