mx4j.server.interceptor
Interface DefaultMBeanServerInterceptorMBean
- All Known Implementing Classes:
- DefaultMBeanServerInterceptor
- public interface DefaultMBeanServerInterceptorMBean
Common Management interface for MBeanServerInterceptors
- Version:
- $Revision: 1.2 $
- Author:
- Simone Bordet
Method Summary |
java.lang.String |
getType()
Returns the type of this interceptor |
boolean |
isEnabled()
Returns whether this interceptor is enabled |
void |
setEnabled(boolean value)
Enables or disables this interceptor |
setEnabled
public void setEnabled(boolean value)
- Enables or disables this interceptor
isEnabled
public boolean isEnabled()
- Returns whether this interceptor is enabled
getType
public java.lang.String getType()
- Returns the type of this interceptor