org.jacorb.orb.portableInterceptor
Class IORInterceptorIterator

java.lang.Object
  extended byorg.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
      extended byorg.jacorb.orb.portableInterceptor.IORInterceptorIterator

public class IORInterceptorIterator
extends AbstractInterceptorIterator

IORInterceptorIterator.java Created: Mon Apr 17 09:53:33 2000

Author:
Nicolas Noffke $Id: IORInterceptorIterator.java,v 1.7 2003/12/16 08:42:56 gerald Exp $

Field Summary
 
Fields inherited from class org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
increment, index, interceptors
 
Constructor Summary
IORInterceptorIterator(Interceptor[] interceptors)
           
 
Method Summary
protected  void invoke(Interceptor interceptor)
           
 void iterate(IORInfoImpl info)
           
 
Methods inherited from class org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
hasMoreElements, iterate, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORInterceptorIterator

public IORInterceptorIterator(Interceptor[] interceptors)
Method Detail

iterate

public void iterate(IORInfoImpl info)
             throws UserException
Throws:
UserException

invoke

protected void invoke(Interceptor interceptor)
               throws UserException
Specified by:
invoke in class AbstractInterceptorIterator
Throws:
UserException