|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMXNamespaceMBean
A JMXNamespace is an MBean that handles a name space in the
MBeanServer hierarchical name space.
JMXNamespace| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDomain()
Returns the default domain for the name space handled by this JMXNamespace. |
String[] |
getDomains()
Returns the list of domains currently implemented in the name space handled by this JMXNamespace. |
Integer |
getMBeanCount()
Returns the number of MBeans registered in the name space handled by this JMXNamespace. |
String |
getUUID()
Returns a UUID string which uniquely identifies
this JMXNamespace MBean. |
| Method Detail |
|---|
String[] getDomains()
throws IOException
JMXNamespace.
JMXNamespace.IOException - if the domain list cannot be obtained due to
I/O problems (communication failures etc...).MBeanServerConnection.getDomains
String getDefaultDomain()
throws IOException
JMXNamespace.
JMXNamespace.IOException - if the default domain cannot be obtained due to
I/O problems (communication failures etc...).MBeanServerConnection.getDefaultDomain
Integer getMBeanCount()
throws IOException
JMXNamespace.
JMXNamespace.IOException - if the MBean count cannot be obtained due to
I/O problems (communication failures etc...).MBeanServerConnection.getMBeanCount
String getUUID()
throws IOException
UUID string which uniquely identifies
this JMXNamespace MBean.
This information can be used to detect loops in the JMX name space graph.
IOException - if the MBean UUID cannot be obtained due to
I/O problems (communication failures etc...).
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.