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 Details

    • SingletonElectionCommand

      public SingletonElectionCommand(List<org.wildfly.clustering.server.GroupMember> candidates, org.wildfly.clustering.server.GroupMember elected)
  • Method Details