Uses of Enum
de.xima.fc.cluster.model.msg.EClusterControllMessage
Packages that use EClusterControllMessage
-
Uses of EClusterControllMessage in de.xima.fc.cluster.model.msg
Subclasses with type arguments of type EClusterControllMessage in de.xima.fc.cluster.model.msgModifier and TypeClassDescriptionenumEnumeration of the possible control commands that can be sent to a node in the cluster.Methods in de.xima.fc.cluster.model.msg that return EClusterControllMessageModifier and TypeMethodDescriptionClusterControllMessage.getControllMsg()static EClusterControllMessageReturns the enum constant of this type with the specified name.static EClusterControllMessage[]EClusterControllMessage.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.cluster.model.msg with parameters of type EClusterControllMessageModifierConstructorDescriptionClusterControllMessage(NodeModel targetNode, EClusterControllMessage msg) Creates a new cluster control message targeted at the given node.