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
)
endpointProps
-
Managed Node properties of the registering managed node.
public java.lang.String unenroll(java.lang.String uuid
)
uuid
-
UUID of the managed node.
public java.lang.String[] queryManagedNodes(java.lang.Integer maxLength
)
maxLength
-
maximum number of result strings.
public java.lang.Boolean checkManagedNodeStatus(java.lang.String uuid
)
uuid
-
UUID of the managed node.Notification Detail |