Interface StackManagerMBean
-
public interface StackManagerMBeanThe 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 java.lang.StringOBJECT_NAMEA String representing theObjectNamethat this MBean maps to.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscan()Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers).voidscanLocal()Scans the stack groups directory for additions, modifications, and deletions.
-
-
-
Field Detail
-
OBJECT_NAME
static final java.lang.String OBJECT_NAME
A String representing theObjectNamethat 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
-
-