Operation Summary | |
com.ibm.ws.management.discovery.ServerInfo | getParent() Return the information of its parent process |
java.util.List | getChildren() Return the list of its child processes |
void | query( explicit discovery inducement |
void | respond( explicit discovery response |
Notification Summary | |
websphere.discovery.agent.found An agent is discovered | |
websphere.discovery.process.found A process is discovered |
Operation Detail |
public com.ibm.ws.management.discovery.ServerInfo getParent()
public java.util.List getChildren()
public void query(com.ibm.ws.management.discovery.ServerInfo server info
)
server info
-
the information for the process which sends out discovery message
public void respond(com.ibm.ws.management.discovery.ServerInfo server info
)
server info
-
the information for the process which responds to an explicit discoveryNotification Detail |