| org.jboss.mx.server.Interceptable
Interceptable | public interface Interceptable (Code) | | Interface to allow the dynamic introduction of Interceptors
author: Dimitris Andreadis. version: $Revision: 57200 $ |
addOperationInterceptor | void addOperationInterceptor(Interceptor interceptor)(Code) | | Add dynamically an operation interceptor, first in the chain
|
removeOperationInterceptor | void removeOperationInterceptor(Interceptor interceptor)(Code) | | Remove the specified operation interceptor
|
|
|