|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.InterceptorInfo
Interceptor info.
Field Summary | |
int |
direction
Interceptor direction. |
java.lang.String |
name
Interceptor name. |
int |
position
Position of this interceptor within interceptor chain. |
Constructor Summary | |
InterceptorInfo()
Default constructor. |
|
InterceptorInfo(java.lang.String name,
int direction,
int position)
The constructor. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String name
public int direction
InterceptorChain.INTERCEPTOR_DIRECTION_
constants.
InterceptorChain
public int position
Constructor Detail |
public InterceptorInfo()
public InterceptorInfo(java.lang.String name, int direction, int position)
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |