com.ibm.websphere.scaling.manager.stack

Interface StackManagerMBean

    • 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
      void scan()
      Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers).
      void scanLocal()
      Scans the stack groups directory for additions, modifications, and deletions.
    • 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

      • scan

        void scan()
        Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers). The operation returns after the scan is completed.

        Parameters:
        None -
        Throws:
        None
      • scanLocal

        void scanLocal()
        Scans the stack groups directory for additions, modifications, and deletions. The operation returns after the scan is completed.

        Parameters:
        None -
        Throws:
        None