com.ibm.websphere.scaling.member

Interface ScalingMemberMBean



  • public interface ScalingMemberMBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String OBJECT_NAME
      A String representing the javax.management.ObjectName that this MBean maps to.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,java.lang.Double> dumpMetricValues()
      Dump all of the metric values contained in this scaling member
      boolean getEnabled() 
    • Field Detail

      • OBJECT_NAME

        static final java.lang.String OBJECT_NAME
        A String representing the javax.management.ObjectName that this MBean maps to.
        See Also:
        Constant Field Values
    • Method Detail

      • getEnabled

        boolean getEnabled()
      • dumpMetricValues

        java.util.Map<java.lang.String,java.lang.Double> dumpMetricValues()
        Dump all of the metric values contained in this scaling member
        Returns:
        the Map of metric name and usedAmount contained in this scaling member