org.jboss.system
Interface InterceptorServiceMBean

All Superinterfaces:
Service, ServiceMBean
All Known Subinterfaces:
SubDeployerInterceptorMBean
All Known Implementing Classes:
InterceptorServiceMBeanSupport, SubDeployerInterceptorSupport

public interface InterceptorServiceMBean
extends ServiceMBean

MBean interface for services that dynamically attach an interceptor to a set of target Interceptable (X)MBeans.

Version:
$Revision: 1.4.2.4 $
Author:
Dimitris Andreadis
See Also:
InterceptorServiceMBeanSupport, Interceptable

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 List getInterceptables()
           
 void setInterceptables(List interceptables)
          The ObjectNames of the MBeans implementing the operations in the org.jboss.mx.server.Interceptable interface
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setInterceptables

void setInterceptables(List interceptables)
The ObjectNames of the MBeans implementing the operations in the org.jboss.mx.server.Interceptable interface


getInterceptables

List getInterceptables()


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