|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClusterManager | |
| org.xmlBlaster.engine | The core implementation. |
| org.xmlBlaster.engine.cluster | |
| org.xmlBlaster.engine.cluster.simpledomain | |
| Uses of ClusterManager in org.xmlBlaster.engine |
| Fields in org.xmlBlaster.engine declared as ClusterManager | |
private ClusterManager |
ServerScope.clusterManager
|
| Methods in org.xmlBlaster.engine that return ClusterManager | |
ClusterManager |
ServerScope.getClusterManager()
Access instance which manages myself in a cluster environment. |
ClusterManager |
ServerScope.getClusterManager(SessionInfo sessionInfo)
Initialize the instance which manages myself in a cluster environment. |
| Methods in org.xmlBlaster.engine with parameters of type ClusterManager | |
void |
ServerScope.setClusterManager(ClusterManager clusterManager)
Implicitely sets useCluster to true |
| Uses of ClusterManager in org.xmlBlaster.engine.cluster |
| Fields in org.xmlBlaster.engine.cluster declared as ClusterManager | |
private ClusterManager |
LoadBalancerPluginManager.clusterManager
|
private ClusterManager |
MapMsgToMasterPluginManager.clusterManager
|
private ClusterManager |
NodeParser.clusterManager
|
| Methods in org.xmlBlaster.engine.cluster with parameters of type ClusterManager | |
void |
I_LoadBalancer.initialize(ServerScope glob,
ClusterManager clusterManager)
This is called after instantiation of the plugin |
void |
I_MapMsgToMasterId.initialize(ServerScope glob,
ClusterManager clusterManager)
This is called after instantiation of the plugin. |
| Constructors in org.xmlBlaster.engine.cluster with parameters of type ClusterManager | |
LoadBalancerPluginManager(ServerScope glob,
ClusterManager clusterManager)
|
|
MapMsgToMasterPluginManager(ServerScope glob,
ClusterManager clusterManager)
|
|
NodeParser(ServerScope glob,
ClusterManager clusterManager,
java.lang.String xml,
SessionInfo sessionInfo)
Parses the XML markup of exactly one cluster node configuration. |
|
| Uses of ClusterManager in org.xmlBlaster.engine.cluster.simpledomain |
| Methods in org.xmlBlaster.engine.cluster.simpledomain with parameters of type ClusterManager | |
void |
RoundRobin.initialize(ServerScope glob,
ClusterManager clusterManager)
This is called after instantiation of the plugin |
void |
DomainToMaster.initialize(ServerScope glob,
ClusterManager clusterManager)
This is called after instantiation of the plugin |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||