Discovery MBean

Partial ObjectName:
WebSphere:*,type=Discovery


MBean Discovery

Management interface for process discovery table.


Operation Summary
com.ibm.ws.management.discovery.ServerInfogetParent()
           Return the information of its parent process
java.util.ListgetChildren()
           Return the list of its child processes
voidquery(com.ibm.ws.management.discovery.ServerInfo serverinfo)
           explicit discovery inducement
voidrespond(com.ibm.ws.management.discovery.ServerInfo serverinfo)
           explicit discovery response

Notification Summary
websphere.discovery.agent.found
           An agent is discovered
websphere.discovery.process.found
           A process is discovered

Operation Detail

getParent

public com.ibm.ws.management.discovery.ServerInfo getParent()
Return the information of its parent process
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getChildren

public java.util.List getChildren()
Return the list of its child processes
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

query

public void query(com.ibm.ws.management.discovery.ServerInfo serverinfo)
explicit discovery inducement
Parameters:
serverinfo - the information for the process which sends out discovery message
Security Roles:
administrator
operator

respond

public void respond(com.ibm.ws.management.discovery.ServerInfo serverinfo)
explicit discovery response
Parameters:
serverinfo - the information for the process which responds to an explicit discovery
Security Roles:
administrator
operator

Notification Detail

websphere.discovery.agent.found

An agent is discovered
Severity:
5  (Warning)

websphere.discovery.process.found

A process is discovered
Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005