|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.server.impl.invocation.JBossInterceptorStackFactory
public class JBossInterceptorStackFactory
Field Summary | |
---|---|
protected java.util.List |
dynamicInterceptorNames
. |
protected java.util.List |
interceptorNames
. |
protected InterceptorStack |
stack
. |
Constructor Summary | |
---|---|
JBossInterceptorStackFactory()
|
Method Summary | |
---|---|
void |
addInterceptor(javax.management.ObjectName name)
Add's the supplied name to the list of interceptor names. |
java.util.List |
getDynamicInterceptorNames()
|
java.util.List |
getInterceptorNames()
|
InterceptorStack |
getInterceptorStack()
|
void |
rebuild()
Rebuild the interceptor stack. |
void |
removeInterceptor(javax.management.ObjectName name)
Remove's the supplied name from the list of interceptor names. |
void |
setInterceptorNames(java.util.List interceptorNames)
|
void |
startService()
|
void |
stopService()
|
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService |
---|
create, destroy, getState, getStateString, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List interceptorNames
protected java.util.List dynamicInterceptorNames
protected InterceptorStack stack
Constructor Detail |
---|
public JBossInterceptorStackFactory()
Method Detail |
---|
public java.util.List getInterceptorNames()
public void setInterceptorNames(java.util.List interceptorNames)
public java.util.List getDynamicInterceptorNames()
public InterceptorStack getInterceptorStack()
getInterceptorStack
in interface InterceptorStackFactory
public void addInterceptor(javax.management.ObjectName name) throws java.lang.Exception
name
- the intercptor's ObjectName.
java.lang.Exception
public void removeInterceptor(javax.management.ObjectName name) throws java.lang.Exception
name
- the intercptor's ObjectName.
java.lang.Exception
public void startService() throws java.lang.Exception
java.lang.Exception
public void rebuild() throws java.lang.Exception
java.lang.Exception
public void stopService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |