org.jacorb.orb.portableInterceptor

Class AbstractInterceptorIterator

public abstract class AbstractInterceptorIterator extends Object

Version: $Id: AbstractInterceptorIterator.java,v 1.8 2006/07/07 10:55:57 alphonse.bendt Exp $

Author: Gerald Brose

Field Summary
protected intincrement
protected intindex
protected Interceptor[]interceptors
Constructor Summary
AbstractInterceptorIterator(Interceptor[] interceptors)
Method Summary
protected booleanhasMoreElements()
Tests, if there are more elements available.
protected abstract voidinvoke(Interceptor interceptor)
protected voiditerate()
protected InterceptornextElement()
Returns the next element in the enumeration

Field Detail

increment

protected int increment

index

protected int index

interceptors

protected final Interceptor[] interceptors

Constructor Detail

AbstractInterceptorIterator

public AbstractInterceptorIterator(Interceptor[] interceptors)

Method Detail

hasMoreElements

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

invoke

protected abstract void invoke(Interceptor interceptor)

iterate

protected void iterate()

nextElement

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