|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkMBeanServer
instead.
public interface MBeanServerInt
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 |
---|
MBeanInterceptor getDefaultMBeanInterceptor()
JdmkMBeanServer.getMBeanServerInterceptor()
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.MBeanInstantiator getMBeanInstantiator()
MetaData getMetaData()
MBeanServerDelegate getMBeanServerDelegate()
|
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 |