xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.cluster.ClusterManager

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.
 ClusterManager ServerScope.getClusterManagerNoEx()
           
 

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 NodeParser.clusterManager
           
private  ClusterManager LoadBalancerPluginManager.clusterManager
           
private  ClusterManager MapMsgToMasterPluginManager.clusterManager
           
 

Methods in org.xmlBlaster.engine.cluster with parameters of type ClusterManager
 void I_MapMsgToMasterId.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin.
 void I_LoadBalancer.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 DomainToMaster.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin
 void RoundRobin.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.