Contained
CatalinaCluster
SimpleTcpCluster
public interface Cluster extends Contained
ClusterSender
used when sending information in the Cluster and
ClusterInfo
used for receiving information in the Cluster.Modifier and Type | Method | Description |
---|---|---|
void |
backgroundProcess() |
Execute a periodic task, such as reloading, etc.
|
Manager |
createManager(java.lang.String name) |
Create a new manager which will use this cluster to replicate its
sessions.
|
java.lang.String |
getClusterName() |
Return the name of the cluster that this Server is currently
configured to operate within.
|
void |
registerManager(Manager manager) |
Register a manager with the cluster.
|
void |
removeManager(Manager manager) |
Removes a manager from the cluster
|
void |
setClusterName(java.lang.String clusterName) |
Set the name of the cluster to join, if no cluster with
this name is present create one.
|
getContainer, setContainer
java.lang.String getClusterName()
void setClusterName(java.lang.String clusterName)
clusterName
- The clustername to joinManager createManager(java.lang.String name)
name
- Name (key) of the application with which the manager is
associatedvoid registerManager(Manager manager)
manager
- Managervoid removeManager(Manager manager)
manager
- Managervoid backgroundProcess()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.