Class DistributedStatisticsCommand

java.lang.Object
org.jboss.as.connector.services.workmanager.transport.DistributedStatisticsCommand
All Implemented Interfaces:
Serializable, Command<org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues,CommandDispatcherTransport>

public class DistributedStatisticsCommand extends Object implements Command<org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues,CommandDispatcherTransport>
Equivalent to org.jboss.jca.core.workmanager.transport.remote.jgroups.JGroupsTransport#getDistributedStatistics(java.util.Map).
Author:
Paul Ferraro
See Also:
  • Constructor Details

    • DistributedStatisticsCommand

      public DistributedStatisticsCommand(org.jboss.jca.core.spi.workmanager.Address address)
  • Method Details