WebSphere:*,type=JobManager
MBean JobManager
Job Manager MBean
Operation Summary | |
---|---|
java.util.Properties | enroll( Register a managed node with the JobManager. |
java.lang.String | unenroll( Unregister amanaged node with the JobManager. |
java.lang.String[] | queryManagedNodes( List all the managed nodes enrolled with the JobManager. |
java.lang.Boolean | checkManagedNodeStatus( Checks whether a managed node is enrolled with JobManager or not. |
Notification Summary | |
---|---|
admin.job.manager |
Operation Detail |
---|
public java.util.Properties enroll(
java.util.Properties endpointProps
)
Register a managed node with the JobManager.
endpointProps
-
Managed Node properties of the registering managed node.
administrator
operator
public java.lang.String unenroll(
java.lang.String uuid
)
Unregister amanaged node with the JobManager.
uuid
-
UUID of the managed node.
administrator
operator
public java.lang.String[] queryManagedNodes(
java.lang.Integer maxLength
)
List all the managed nodes enrolled with the JobManager.
maxLength
-
maximum number of result strings.
administrator
operator
public java.lang.Boolean checkManagedNodeStatus(
java.lang.String uuid
)
Checks whether a managed node is enrolled with JobManager or not.
uuid
-
UUID of the managed node.
administrator
operator
Notification Detail |
---|
5
(Warning)