org.jacorb.orb.portableInterceptor
public abstract class AbstractInterceptorIterator extends Object
Version: $Id: AbstractInterceptorIterator.java,v 1.8 2006/07/07 10:55:57 alphonse.bendt 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 abstract void | invoke(Interceptor interceptor) |
protected void | iterate() |
protected Interceptor | nextElement()
Returns the next element in the enumeration |