Uses of Interface
lumis.portal.cluster.IClusterTransmission
-
Packages that use IClusterTransmission 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. -
-
Uses of IClusterTransmission in lumis.portal.cluster
Subinterfaces of IClusterTransmission in lumis.portal.cluster Modifier and Type Interface 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.Methods in lumis.portal.cluster with parameters of type IClusterTransmission Modifier and Type Method Description void
IClusterManager. send(IClusterTransmission transmission)
Sends a transmission.void
SingleServerClusterManager. send(IClusterTransmission transmission)
protected <T extends Serializable>
ITransmissionResult<T>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 Modifier and Type Method Description void
JGroupsClusterManager. send(IClusterTransmission transmission)
protected <T extends Serializable>
ITransmissionResult<T>JGroupsClusterManager. transmissionReceived(IClusterTransmission transmission)
Constructors in lumis.portal.cluster.multiserver with parameters of type IClusterTransmission Constructor Description ClusterTransmissionHeader(IClusterTransmission clusterTransmission)
Creates a header initialized according to the givenIClusterTransmission
.
-