|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends the MBeanServer interface to provide methods for getting and setting the MBeanServerInterceptor to which all requests are delegated.
Method Summary | |
MBeanServerDelegate |
getMBeanServerDelegate()
Return the MBeanServerDelegate representing the MBeanServer. |
MBeanServerInterceptor |
getMBeanServerInterceptor()
Return the MBeanServerInterceptor to which all requests from the MBeanServer interface are forwarded. |
MBeanServer |
getOuterMBeanServer()
Return the MBeanServer that must be passed as parameter to the MBeanRegistration interface. |
void |
setMBeanServerInterceptor(MBeanServerInterceptor interceptor)
Change the MBeanServerInterceptor object to which all requests from the MBeanServer interface are forwarded. |
Method Detail |
public MBeanServerInterceptor getMBeanServerInterceptor()
public void setMBeanServerInterceptor(MBeanServerInterceptor interceptor) throws IllegalArgumentException
Change the MBeanServerInterceptor 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 MBeanServerDelegate getMBeanServerDelegate()
Return the MBeanServerDelegate representing the MBeanServer.
Notifications can be sent from the MBean server delegate using
the method MBeanServerDelegate.sendNotification(javax.management.Notification)
in the returned object.
public MBeanServer getOuterMBeanServer()
MBeanRegistration
interface.
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |