Interface StackManagerMBean


public interface StackManagerMBean
The StackManagerMBean provides the interface for controlling the StackManager service.

The ObjectName for this MBean is "WebSphere:feature=scalingController,type=StackManager,name=StackManager".

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A String representing the ObjectName that this MBean maps to.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers).
    void
    Scans the stack groups directory for additions, modifications, and deletions.
  • Field Details

  • Method Details

    • 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