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
FieldsModifier and TypeFieldDescriptionstatic final StringA String representing theObjectNamethat this MBean maps to. -
Method Summary
-
Field Details
-
OBJECT_NAME
A String representing theObjectNamethat this MBean maps to.- See Also:
-
-
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
-