Uses of Interface
tigase.cluster.api.ClusterControllerIfc
-
Packages that use ClusterControllerIfc Package Description tigase.cluster tigase.cluster.api tigase.cluster.strategy tigase.eventbus.component tigase.server The main package with top level API for server side components. -
-
Uses of ClusterControllerIfc in tigase.cluster
Classes in tigase.cluster that implement ClusterControllerIfc Modifier and Type Class Description classClusterControllerDescribe class ClusterController here.Methods in tigase.cluster with parameters of type ClusterControllerIfc Modifier and Type Method Description voidAmpComponentClustered. setClusterController(ClusterControllerIfc cl_controller)voidClusterConnectionManager. setClusterController(ClusterControllerIfc cl_controller)voidSessionManagerClustered. setClusterController(ClusterControllerIfc cl_controller) -
Uses of ClusterControllerIfc in tigase.cluster.api
Methods in tigase.cluster.api with parameters of type ClusterControllerIfc Modifier and Type Method Description voidClusteredComponentIfc. setClusterController(ClusterControllerIfc cl_controller)Set's the configures the cluster controller object for cluster communication and API. -
Uses of ClusterControllerIfc in tigase.cluster.strategy
Fields in tigase.cluster.strategy declared as ClusterControllerIfc Modifier and Type Field Description protected ClusterControllerIfcDefaultClusteringStrategyAbstract. clusterMethods in tigase.cluster.strategy with parameters of type ClusterControllerIfc Modifier and Type Method Description voidClusteringStrategyIfc. setClusterController(ClusterControllerIfc clComp)voidDefaultClusteringStrategyAbstract. setClusterController(ClusterControllerIfc clComp) -
Uses of ClusterControllerIfc in tigase.eventbus.component
Methods in tigase.eventbus.component with parameters of type ClusterControllerIfc Modifier and Type Method Description voidEventBusComponent. setClusterController(ClusterControllerIfc cl_controller) -
Uses of ClusterControllerIfc in tigase.server
Methods in tigase.server with parameters of type ClusterControllerIfc Modifier and Type Method Description voidBasicComponent. setClusterController(ClusterControllerIfc cl_controller)
-