Class PingCommand
- java.lang.Object
-
- org.jboss.as.connector.services.workmanager.transport.PingCommand
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Long,CommandDispatcherTransport>
public class PingCommand extends Object implements org.wildfly.clustering.dispatcher.Command<Long,CommandDispatcherTransport>
Equivalent toAbstractRemoteTransport.localPing().- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PingCommand()
-
-
-
Method Detail
-
execute
public Long execute(CommandDispatcherTransport transport)
- Specified by:
executein interfaceorg.wildfly.clustering.dispatcher.Command<Long,CommandDispatcherTransport>
-
-