public interface ClusteredComponentIfc extends ServerComponent
Modifier and Type | Method and Description |
---|---|
void |
nodeConnected(String node)
Method is called on cluster node connection event.
|
void |
nodeDisconnected(String node)
Method is called on cluster node disconnection event.
|
void |
setClusterController(ClusterControllerIfc cl_controller)
Set's the configures the cluster controller object for cluster
communication and API.
|
getComponentId, getComponentInfo, getName, initializationCompleted, isInitializationComplete, processPacket, release, setName
void setClusterController(ClusterControllerIfc cl_controller)
cl_controller
- cluster controller object used for cluster
communicationvoid nodeConnected(String node)
node
- is a hostname of a cluster node generating the event.void nodeDisconnected(String node)
node
- is a hostname of a cluster node generating the event.Copyright © 2018 "Tigase, Inc.". All rights reserved.