Class SingletonElectionCommand
- java.lang.Object
-
- org.wildfly.clustering.singleton.server.SingletonElectionCommand
-
- All Implemented Interfaces:
Serializable,Command<Void,SingletonElectionListener>
public class SingletonElectionCommand extends Object implements Command<Void,SingletonElectionListener>
- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingletonElectionCommand(List<Node> candidates, Node elected)
-
-
-
Method Detail
-
execute
public Void execute(SingletonElectionListener context)
- Specified by:
executein interfaceCommand<Void,SingletonElectionListener>
-
-