WebSphere:*,type=Discovery
MBean Discovery
Management interface for process discovery table.
Operation Summary | |
com.ibm.ws.management.discovery.ServerInfo | getParent() Not for public use |
java.util.List | getChildren() Not for public use |
void | query( Not for public use |
void | respond( Not for public use |
java.lang.String | getUnixPid() Not for public use |
java.util.Properties | getParentConnectorProperties() Returns the JMX connector properties used to connect to the parent process. |
java.util.Properties | getChildConnectorProperties( Returns the JMX connector properties used to connect to a child process. |
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 serverinfo
)
serverinfo
-
Not for public use
public void respond(com.ibm.ws.management.discovery.ServerInfo serverinfo
)
serverinfo
-
Not for public use
public java.lang.String getUnixPid()
public java.util.Properties getParentConnectorProperties()
public java.util.Properties getChildConnectorProperties(java.lang.String name
)
name
-
the name of the child processNotification Detail |