|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdmkMBeanServer
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 |
---|
MBeanServerInterceptor getMBeanServerInterceptor()
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.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.
MBeanServer getOuterMBeanServer()
MBeanRegistration
interface.
|
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 |