Class PoolMetrics

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public abstract class PoolMetrics
    extends Object
    implements org.jboss.as.controller.OperationStepHandler
    Author:
    Jeff Zhang
    • Constructor Detail

      • PoolMetrics

        public PoolMetrics()
    • Method Detail

      • execute

        public void execute​(org.jboss.as.controller.OperationContext context,
                            org.jboss.dmr.ModelNode operation)
                     throws org.jboss.as.controller.OperationFailedException
        Specified by:
        execute in interface org.jboss.as.controller.OperationStepHandler
        Throws:
        org.jboss.as.controller.OperationFailedException
      • getMatchingStats

        protected abstract List<org.jboss.jca.core.spi.statistics.StatisticsPlugin> getMatchingStats​(String jndiName,
                                                                                                     org.jboss.jca.core.api.management.ManagementRepository repository)