JobManager MBean

Partial ObjectName:
WebSphere:*,type=JobManager


MBean JobManager

Job Manager MBean


Operation Summary

java.util.Propertiesenroll(java.util.Properties endpointProps)
           Register a managed node with the JobManager.
java.lang.Stringunenroll(java.lang.String uuid)
           Unregister amanaged node with the JobManager.
java.lang.String[]queryManagedNodes(java.lang.Integer maxLength)
           List all the managed nodes enrolled with the JobManager.
java.lang.BooleancheckManagedNodeStatus(java.lang.String uuid)
           Checks whether a managed node is enrolled with JobManager or not.

Notification Summary

admin.job.manager
          

Operation Detail

enroll

public java.util.Properties enroll(java.util.Properties endpointProps)

     Register a managed node with the JobManager.

Parameters:

     endpointProps - Managed Node properties of the registering managed node.

Security Roles:

     administrator
     operator


unenroll

public java.lang.String unenroll(java.lang.String uuid)

     Unregister amanaged node with the JobManager.

Parameters:

     uuid - UUID of the managed node.

Security Roles:

     administrator
     operator


queryManagedNodes

public java.lang.String[] queryManagedNodes(java.lang.Integer maxLength)

     List all the managed nodes enrolled with the JobManager.

Parameters:

     maxLength - maximum number of result strings.

Security Roles:

     administrator
     operator


checkManagedNodeStatus

public java.lang.Boolean checkManagedNodeStatus(java.lang.String uuid)

     Checks whether a managed node is enrolled with JobManager or not.

Parameters:

     uuid - UUID of the managed node.

Security Roles:

     administrator
     operator


Notification Detail

admin.job.manager

     

Severity:

5  (Warning)


Copyright IBM Corporation 2002, 2012