|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferableMBean
This interface must be implemented by MBeans exposing a reference to
themselves for clients. The reference allows faster access to resource
attributes and methods than indirect calls through
javax.management.MBeanServer.
Note that implementations must notify clients about unregistrations.
| Field Summary | |
|---|---|
static String |
DEFAULT_ID
The default id. |
static String |
ID
The id key in object names. |
static String |
MBEAN
The MBean attribute. |
static String |
MBEAN_DESCRIPTION
The MBean description. |
static String |
TYPE
The type key in object names. |
| Method Summary | |
|---|---|
MBeanReference |
getMBean()
Gets a reference to the MBean. |
| Field Detail |
|---|
static final String ID
static final String TYPE
static final String DEFAULT_ID
static final String MBEAN
static final String MBEAN_DESCRIPTION
| Method Detail |
|---|
MBeanReference getMBean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||