org.jboss.mx.server
Interface Interceptable

All Known Subinterfaces:
MBeanInvoker
All Known Implementing Classes:
AbstractMBeanInvoker, ModelMBeanInvoker, RawDynamicInvoker, RequiredModelMBeanInvoker, XMBean

public interface Interceptable

Interface to allow the dynamic introduction of Interceptors

Version:
$Revision: 1.2.2.3 $
Author:
Dimitris Andreadis.

Method Summary
 void addOperationInterceptor(Interceptor interceptor)
          Add dynamically an operation interceptor, first in the chain
 void removeOperationInterceptor(Interceptor interceptor)
          Remove the specified operation interceptor
 

Method Detail

addOperationInterceptor

void addOperationInterceptor(Interceptor interceptor)
Add dynamically an operation interceptor, first in the chain


removeOperationInterceptor

void removeOperationInterceptor(Interceptor interceptor)
Remove the specified operation interceptor



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.