org.jboss.portal.server.impl.invocation
Class JBossInterceptorRegistration
java.lang.Object
ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.server.impl.invocation.JBossInterceptorRegistration
public class JBossInterceptorRegistration
- extends AbstractJBossService
Register an interceptor on a stack factory. The main usage is for dynamic registration of an interceptor
when the interceptor cannot be specified in the stack factory dependencies.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossInterceptorRegistration
public JBossInterceptorRegistration()
getInterceptorName
public javax.management.ObjectName getInterceptorName()
setInterceptorName
public void setInterceptorName(javax.management.ObjectName interceptorName)
getStackFactory
public javax.management.ObjectName getStackFactory()
setStackFactory
public void setStackFactory(javax.management.ObjectName stackFactory)
startService
protected void startService()
throws java.lang.Exception
- Throws:
java.lang.Exception
stopService
protected void stopService()
throws java.lang.Exception
- Throws:
java.lang.Exception