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 ENodeStateClusterNodeStateManager. getLocaleNodeState()Methods in de.xima.fc.cluster with parameters of type ENodeState Modifier and Type Method Description static voidClusterNodeStateManager. 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 voidJGroupsCluster. 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 ENodeStateNodeModel. getState()static ENodeStateENodeState. 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 voidICluster. changeLocaleNodeState(ENodeState state)Changes the state of the local node, i.e.voidNodeModel. setState(ENodeState state) 
 -