Class JoinCommand
- java.lang.Object
-
- org.jboss.as.connector.services.workmanager.transport.JoinCommand
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Void,CommandDispatcherTransport>
public class JoinCommand extends Object implements org.wildfly.clustering.dispatcher.Command<Void,CommandDispatcherTransport>
Equivalent toJGroupsTransport.viewAccepted(org.jgroups.View).- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoinCommand()
-
-
-
Method Detail
-
execute
public Void execute(CommandDispatcherTransport transport) throws Exception
- Specified by:
executein interfaceorg.wildfly.clustering.dispatcher.Command<Void,CommandDispatcherTransport>- Throws:
Exception
-
-