org.jacorb.orb.portableInterceptor

Class RequestInterceptorIterator

public abstract class RequestInterceptorIterator extends AbstractInterceptorIterator

This class is an iterator over an array of RequestInterceptors.

Version: $Id: RequestInterceptorIterator.java,v 1.9 2006/07/14 12:02:41 nick.cross Exp $

Author: Nicolas Noffke

Field Summary
protected Exceptioninterceptor_ex
protected shortop
Constructor Summary
RequestInterceptorIterator(Interceptor[] interceptors)
Method Summary
protected voidreverseDirection()
Reverses the direction in which the list is traversed.
protected voidsetDirection(boolean forward)

Field Detail

interceptor_ex

protected Exception interceptor_ex

op

protected short op

Constructor Detail

RequestInterceptorIterator

public RequestInterceptorIterator(Interceptor[] interceptors)

Method Detail

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)