Interface | Description |
---|---|
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.
|
IClusterMember |
A cluster member represents a Lumis Portal server inside a 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 | Description |
---|---|
AbstractClusterManager |
Generic implementation for
IClusterManager ,
independent of communication form. |
SingleServerClusterManager |
The cluster manager implementation for single server (without cluster) deployment.
|
Enum | Description |
---|---|
IClusterTransmission.Flag |
Enumerates the flags that may be set in a
IClusterTransmission . |
The entry point for this package is the
IClusterManager
, available at
ManagerFactory.getClusterManager()
.
ManagerFactory.getClusterManager()
,
IClusterManager
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.