org.jboss.mq.server.jmx
Interface InterceptorMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Subinterfaces:
SecurityManagerMBean (src)
All Known Implementing Classes:
InterceptorMBeanSupport (src) , SecurityManager (src)

public interface InterceptorMBean
extends ServiceMBean (src)

Mbean interface for JMBossMQ to help load an JMSServerInterceptor


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 JMSServerInterceptor (src) getInterceptor()
           
 ObjectName (src) getNextInterceptor()
          Gets the next interceptor in the chain
 void setNextInterceptor(ObjectName (src)  jbossMQService)
          Set the next interceptor in the chain
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

getInterceptor

public JMSServerInterceptor (src)  getInterceptor()

getNextInterceptor

public ObjectName (src)  getNextInterceptor()
Gets the next interceptor in the chain


setNextInterceptor

public void setNextInterceptor(ObjectName (src)  jbossMQService)
Set the next interceptor in the chain