Discovery MBean

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 server info)
           explicit discovery inducement
voidrespond(com.ibm.ws.management.discovery.ServerInfo server info)
           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

getChildren

public java.util.List getChildren()
Return the list of its child processes

query

public void query(com.ibm.ws.management.discovery.ServerInfo server info)
explicit discovery inducement
Parameters:
server info - the information for the process which sends out discovery message

respond

public void respond(com.ibm.ws.management.discovery.ServerInfo server info)
explicit discovery response
Parameters:
server info - the information for the process which responds to an explicit discovery

Notification Detail

websphere.discovery.agent.found

An agent is discovered
Severity:
6  (Normal, Cleared, or Informative)

websphere.discovery.process.found

A process is discovered
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003