org.systinet.wasp.admin
Class InterceptorInfo

java.lang.Object
  extended byorg.systinet.wasp.admin.InterceptorInfo
All Implemented Interfaces:
java.io.Serializable

public class InterceptorInfo
extends java.lang.Object
implements java.io.Serializable

Interceptor info.

Since:
4.0
See Also:
Serialized Form
Component:
Mgmt-Services

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

name

public java.lang.String name
Interceptor name.


direction

public int direction
Interceptor direction. This field is a combination of InterceptorChain.INTERCEPTOR_DIRECTION_ constants.

See Also:
InterceptorChain

position

public int position
Position of this interceptor within interceptor chain.

Constructor Detail

InterceptorInfo

public InterceptorInfo()
Default constructor.


InterceptorInfo

public InterceptorInfo(java.lang.String name,
                       int direction,
                       int position)
The constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
a string representation of the object.