|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IClusterCommand | Represents a command, that when sent through the cluster framework is executed in the destination nodes. |
IClusterConfig | Contains the configurations for the cluster. |
IClusterManager | Provides operations on the portal cluster. |
IClusterMessage | Represents a message that may be sent through the cluster framework. |
IClusterTransmission | Contains information that may be transmitted through the cluster framework. |
Class Summary | |
---|---|
AbstractClusterManager | Generic implementation for IClusterManager ,
independent of communication form. |
SingleServerClusterManager | The cluster manager implementation for single server (without cluster) deployment. |
Enum Summary | |
---|---|
IClusterTransmission.Flag | Enumerates the flags that may be set in a IClusterTransmission . |
Contains the portal cluster framework API. This API may be used to obtain information about the cluster or to perform cluster wide communications.
The entry point for this package is the
IClusterManager
, available at
ManagerFactory.getClusterManager()
.
ManagerFactory.getClusterManager()
,
IClusterManager
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |