|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkMBeanServer
instead.
Extends the MBeanInterceptor interface to provide methods for getting and setting the DefaultMBeanInterceptor used for request treatment, getters for the MetaData and MBeanInstantiator objects associated to the MBeanServer and a getter for the class loader of an MBean given its ObjectName.
Method Summary | |
MBeanInterceptor |
getDefaultMBeanInterceptor()
Deprecated. use JdmkMBeanServer.getMBeanServerInterceptor() |
MBeanInstantiator |
getMBeanInstantiator()
Deprecated. Return the MBeanInstantiator associated to this MBeanServer. |
MBeanServerDelegate |
getMBeanServerDelegate()
Deprecated. Return the MBeanServerDelegate representing the MBeanServer |
MetaData |
getMetaData()
Deprecated. Return the MetaData associated to this MBeanServer. |
void |
setDefaultMBeanInterceptor(MBeanInterceptor interceptor)
Deprecated. use JdmkMBeanServer.setMBeanServerInterceptor(com.sun.jdmk.interceptor.MBeanServerInterceptor) |
Methods inherited from interface com.sun.jdmk.interceptor.MBeanServerInterceptor |
getClassLoader, getClassLoaderFor, getDomains, getMBeanClassLoader, removeNotificationListener, removeNotificationListener |
Methods inherited from interface com.sun.jdmk.MBeanInterceptor |
addNotificationListener, addNotificationListener, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean |
Method Detail |
public MBeanInterceptor getDefaultMBeanInterceptor()
JdmkMBeanServer.getMBeanServerInterceptor()
public void setDefaultMBeanInterceptor(MBeanInterceptor interceptor) throws IllegalArgumentException
JdmkMBeanServer.setMBeanServerInterceptor(com.sun.jdmk.interceptor.MBeanServerInterceptor)
Change the MBeanInterceptor object to which all requests from the MBeanServer interface are forwarded. The old object is lost unless it was accessible by other means.
interceptor
- the new object.
IllegalArgumentException
- if interceptor
is null.public MBeanInstantiator getMBeanInstantiator()
public MetaData getMetaData()
public MBeanServerDelegate getMBeanServerDelegate()
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |