|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.impl.invocation.JBossInterceptorStack
public class JBossInterceptorStack
Field Summary | |
---|---|
static InterceptorStack |
EMPTY_STACK
. |
Constructor Summary | |
---|---|
JBossInterceptorStack(Interceptor interceptor)
|
|
JBossInterceptorStack(Interceptor[] interceptors)
|
Method Summary | |
---|---|
Interceptor |
getInterceptor(int index)
Return the interceptor at the specified index. |
int |
getLength()
Returns the stack length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InterceptorStack EMPTY_STACK
Constructor Detail |
---|
public JBossInterceptorStack(Interceptor interceptor)
public JBossInterceptorStack(Interceptor[] interceptors)
Method Detail |
---|
public int getLength()
InterceptorStack
getLength
in interface InterceptorStack
public Interceptor getInterceptor(int index) throws java.lang.ArrayIndexOutOfBoundsException
InterceptorStack
getInterceptor
in interface InterceptorStack
index
- the interceptor index in the stack
java.lang.ArrayIndexOutOfBoundsException
- if the index is not valid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |