Uses of Class
de.xima.fc.cluster.model.ENodeState
-
Packages that use ENodeState Package Description de.xima.fc.cluster de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.model -
-
Uses of ENodeState in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return ENodeState Modifier and Type Method Description static ENodeState
ClusterNodeStateManager. getLocaleNodeState()
Methods in de.xima.fc.cluster with parameters of type ENodeState Modifier and Type Method Description static void
ClusterNodeStateManager. changeNodeState(ENodeState state)
-
Uses of ENodeState in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup with parameters of type ENodeState Modifier and Type Method Description void
JGroupsCluster. changeLocaleNodeState(ENodeState state)
-
Uses of ENodeState in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model that return ENodeState Modifier and Type Method Description ENodeState
NodeModel. getState()
static ENodeState
ENodeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ENodeState[]
ENodeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.cluster.model with parameters of type ENodeState Modifier and Type Method Description void
ICluster. changeLocaleNodeState(ENodeState state)
Changes the state of the local node, i.e. the node that corresponds to the server running this code.void
NodeModel. setState(ENodeState state)
-