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()
Not for public use
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getChildren()
Not for public use
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void query(
com.ibm.ws.management.discovery.ServerInfo serverinfo
)
Not for public use
serverinfo
-
Not for public use
administrator
operator
public void respond(
com.ibm.ws.management.discovery.ServerInfo serverinfo
)
Not for public use
serverinfo
-
Not for public use
administrator
operator
public java.lang.String getUnixPid()
Not for public use
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Properties getParentConnectorProperties()
Returns the JMX connector properties used to connect to the parent process. Returns null if parent is not yet discovered or if there is a problem with the connection.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Properties getChildConnectorProperties(
java.lang.String name
)
Returns the JMX connector properties used to connect to a child process. Returns null if child is not yet discovered or if there is a problem with the connection.
name
-
the name of the child process
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
An agent is discovered
5
(Warning)
A process is discovered
5
(Warning)