Class SingletonElectionCommand
- java.lang.Object
-
- org.wildfly.clustering.singleton.server.SingletonElectionCommand
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Void,org.wildfly.clustering.singleton.SingletonElectionListener>
public class SingletonElectionCommand extends Object implements org.wildfly.clustering.dispatcher.Command<Void,org.wildfly.clustering.singleton.SingletonElectionListener>
- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingletonElectionCommand(List<org.wildfly.clustering.group.Node> candidates, org.wildfly.clustering.group.Node elected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(org.wildfly.clustering.singleton.SingletonElectionListener context)
-
-
-
Constructor Detail
-
SingletonElectionCommand
public SingletonElectionCommand(List<org.wildfly.clustering.group.Node> candidates, org.wildfly.clustering.group.Node elected)
-
-