Class SingletonElectionCommand
java.lang.Object
org.wildfly.clustering.singleton.server.SingletonElectionCommand
- All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Void,SingletonElectionListener, RuntimeException>
public class SingletonElectionCommand
extends Object
implements org.wildfly.clustering.server.dispatcher.Command<Void,SingletonElectionListener,RuntimeException>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSingletonElectionCommand(List<org.wildfly.clustering.server.GroupMember> candidates, org.wildfly.clustering.server.GroupMember elected) -
Method Summary
-
Constructor Details
-
SingletonElectionCommand
public SingletonElectionCommand(List<org.wildfly.clustering.server.GroupMember> candidates, org.wildfly.clustering.server.GroupMember elected)
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.wildfly.clustering.server.dispatcher.Command<Void,SingletonElectionListener, RuntimeException>
-