JBossMX Parent POM 6.0.0.GA

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: 85671 $
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

Parameters:
interceptor - the interceptor

removeOperationInterceptor

void removeOperationInterceptor(Interceptor interceptor)
Remove the specified operation interceptor

Parameters:
interceptor - the interceptor

JBossMX Parent POM 6.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.