org.jacorb.orb.portableInterceptor

Class AbstractInterceptorIterator

Known Direct Subclasses:
IORInterceptorIterator, RequestInterceptorIterator

public abstract class AbstractInterceptorIterator
extends java.lang.Object

AbstractInterceptorIterator.java

Version:
$Id: AbstractInterceptorIterator.java,v 1.7 2004/05/06 12:40:00 nicolas Exp $

Field Summary

protected int
increment
protected int
index
protected Interceptor[]
interceptors

Constructor Summary

AbstractInterceptorIterator(Interceptor interceptors)

Method Summary

protected boolean
hasMoreElements()
Tests, if there are more elements available.
protected void
invoke(Interceptor interceptor)
protected void
iterate()
protected Interceptor
nextElement()
Returns the next element in the enumeration

Field Details

increment

protected int increment


index

protected int index


interceptors

protected Interceptor[] interceptors

Constructor Details

AbstractInterceptorIterator

public AbstractInterceptorIterator(Interceptor interceptors)

Method Details

hasMoreElements

protected boolean hasMoreElements()
Tests, if there are more elements available.


invoke

protected void invoke(Interceptor interceptor)
            throws UserException


iterate

protected void iterate()
            throws UserException


nextElement

protected Interceptor nextElement()
Returns the next element in the enumeration