org.jacorb.orb.portableInterceptor
Class RequestInterceptorIterator
public abstract class RequestInterceptorIterator
This class is an iterator over an array
of RequestInterceptors.
Version:
- Nicolas Noffke
interceptor_ex
protected Exception interceptor_ex
RequestInterceptorIterator
public RequestInterceptorIterator(Interceptor interceptors)
reverseDirection
protected void reverseDirection()
Reverses the direction in which the list is traversed.
The element returned by the next call to nextElement()
is the one previous to that returned by the last
call to nextElement().
The direction can only be reversed one time and only if
the starting direction was "forward".
setDirection
protected void setDirection(boolean forward)