Discovery MBean

Partial ObjectName:
WebSphere:*,type=Discovery


MBean Discovery

Management interface for process discovery table.


Operation Summary
com.ibm.ws.management.discovery.ServerInfogetParent()
           Not for public use
java.util.ListgetChildren()
           Not for public use
voidquery(com.ibm.ws.management.discovery.ServerInfo serverinfo)
           Not for public use
voidrespond(com.ibm.ws.management.discovery.ServerInfo serverinfo)
           Not for public use
java.lang.StringgetUnixPid()
           Not for public use
java.util.PropertiesgetParentConnectorProperties()
           Returns the JMX connector properties used to connect to the parent process.
java.util.PropertiesgetChildConnectorProperties(java.lang.String name)
           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

getParent

public com.ibm.ws.management.discovery.ServerInfo getParent()
Not for public use
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getChildren

public java.util.List getChildren()
Not for public use
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

query

public void query(com.ibm.ws.management.discovery.ServerInfo serverinfo)
Not for public use
Parameters:
serverinfo - Not for public use
Security Roles:
administrator
operator

respond

public void respond(com.ibm.ws.management.discovery.ServerInfo serverinfo)
Not for public use
Parameters:
serverinfo - Not for public use
Security Roles:
administrator
operator

getUnixPid

public java.lang.String getUnixPid()
Not for public use
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getParentConnectorProperties

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.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getChildConnectorProperties

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.
Parameters:
name - the name of the child process
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

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