Class DistributedStatisticsCommand

  • All Implemented Interfaces:
    Serializable, org.wildfly.clustering.dispatcher.Command<org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues,​CommandDispatcherTransport>

    public class DistributedStatisticsCommand
    extends Object
    implements org.wildfly.clustering.dispatcher.Command<org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues,​CommandDispatcherTransport>
    Equivalent to JGroupsTransport.getDistributedStatistics(java.util.Map).
    Author:
    Paul Ferraro
    See Also:
    Serialized Form
    • Constructor Detail

      • DistributedStatisticsCommand

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

      • execute

        public org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues execute​(CommandDispatcherTransport transport)
        Specified by:
        execute in interface org.wildfly.clustering.dispatcher.Command<org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues,​CommandDispatcherTransport>