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 java.lang.String
OBJECT_NAME
A String representing theObjectName
that this MBean maps to.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 theObjectName
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
-
-