|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jdmk.discovery.DiscoveryResponse
public class DiscoveryResponse
The DiscoveryResponse
is used by the DiscoveryClient
class to represent the result of a discovery operation.
DiscoveryClient
,
Serialized FormMethod Summary | |
---|---|
String |
getHost()
Returns the host name. |
String |
getImplementationName()
Returns the JMX implementation name (the name of the product corresponding to the agent). |
String |
getImplementationVendor()
Returns the JMX implementation vendor (the vendor of the product corresponding to the agent). |
String |
getImplementationVersion()
Returns the JMX implementation version (the version of the product corresponding to the agent). |
String |
getMBeanServerId()
Returns the identification of the MbeanServer. |
Hashtable |
getObjectList()
Returns the list of communicators. |
JMXServiceURL[] |
getServerAddresses()
Returns a list of connector server addresses, a server is one which is registered into an MBeanServer as JMXConnectorServerMBean , either a JMX Remote
JMXConnectorServer or a Java DMK legacy one which is wrapped as a
JMXConnectorServer . |
String |
getSpecificationName()
Returns the full name of the JMX specification implemented by the agent. |
String |
getSpecificationVendor()
Returns the vendor of the JMX specification implemented by the agent. |
String |
getSpecificationVersion()
Returns the version of the JMX specification implemented by the agent. |
byte[] |
getUserData()
Returns a byte[] containing the additional information that the user added in the DiscoveryResponse . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getHost()
public String getMBeanServerId()
public String getSpecificationName()
public String getSpecificationVersion()
public String getSpecificationVendor()
public String getImplementationName()
public String getImplementationVersion()
public String getImplementationVendor()
public Hashtable getObjectList()
ObjectName
and values are
ConnectorAddress
if its relevant.
The method findMBeanServers
sets this Hashtable to null.
public byte[] getUserData()
DiscoveryResponse
.
If no additional information has been added, this method returns null
.
public JMXServiceURL[] getServerAddresses()
JMXConnectorServerMBean
, either a JMX Remote
JMXConnectorServer
or a Java DMK legacy one which is wrapped as a
JMXConnectorServer
.
A Java DMK legacy connector server registered as a legacy MBean (ex: RmiConnectorServerMBean)
will not be included in this list.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |