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