|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface for the MBeanServerInterceptorConfigurator MBean.
Method Summary | |
void |
addInterceptor(MBeanServerInterceptor interceptor)
Appends the given interceptor, provided by the client, to the existing interceptor chain. |
void |
clearInterceptors()
Removes all the interceptors added via addInterceptor(MBeanServerInterceptor interceptor) . |
boolean |
isRunning()
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls |
void |
registerInterceptor(MBeanServerInterceptor interceptor,
javax.management.ObjectName name)
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean. |
void |
start()
Starts this configurator, so that the MBeanServer is now able to accept incoming calls. |
void |
stop()
Stops this configurator, so that the MBeanServer is not able to accept incoming calls. |
Method Detail |
public void addInterceptor(MBeanServerInterceptor interceptor)
registerInterceptor(mx4j.server.interceptor.MBeanServerInterceptor, javax.management.ObjectName)
public void registerInterceptor(MBeanServerInterceptor interceptor, javax.management.ObjectName name) throws javax.management.MBeanException
javax.management.MBeanException
addInterceptor(mx4j.server.interceptor.MBeanServerInterceptor)
public void clearInterceptors()
addInterceptor(MBeanServerInterceptor interceptor)
.
addInterceptor(mx4j.server.interceptor.MBeanServerInterceptor)
public void start()
stop()
,
isRunning()
public void stop()
start()
public boolean isRunning()
start()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |