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<T extends Serializable>
Represents a command, that when sent through the cluster framework is executed in the destination nodes.
|
interface |
IClusterCommandSPI<T extends Serializable>
A cluster command that allows to get the inner callable.
|
interface |
IClusterMessage
Represents a message that may be sent through the cluster framework.
|
Modifier and Type | Method and Description |
---|---|
void |
IClusterManager.send(IClusterTransmission transmission)
Sends a transmission.
|
void |
SingleServerClusterManager.send(IClusterTransmission transmission) |
protected <T extends Serializable> |
AbstractClusterManager.transmissionReceived(IClusterTransmission transmission)
Processes a received transmission.
|
Modifier and Type | Method and Description |
---|---|
void |
JGroupsClusterManager.send(IClusterTransmission transmission) |
protected <T extends Serializable> |
JGroupsClusterManager.transmissionReceived(IClusterTransmission transmission) |
Constructor and Description |
---|
ClusterTransmissionHeader(IClusterTransmission clusterTransmission)
Creates a header initialized according to the given
IClusterTransmission . |
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.