org.jacorb.orb.portableInterceptor
Class AbstractInterceptorIterator
java.lang.Object
org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
- Direct Known Subclasses:
- IORInterceptorIterator, RequestInterceptorIterator
- public abstract class AbstractInterceptorIterator
- extends java.lang.Object
AbstractInterceptorIterator.java
- Version:
- $Id: AbstractInterceptorIterator.java,v 1.6 2002/12/20 18:29:05 nicolas Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptors
protected Interceptor[] interceptors
index
protected int index
increment
protected int increment
AbstractInterceptorIterator
public AbstractInterceptorIterator(Interceptor[] interceptors)
hasMoreElements
protected boolean hasMoreElements()
- Tests, if there are more elements available.
nextElement
protected Interceptor nextElement()
- Returns the next element in the enumeration
iterate
protected void iterate()
throws UserException
- Throws:
UserException
invoke
protected abstract void invoke(Interceptor interceptor)
throws UserException
- Throws:
UserException