org.jacorb.orb.portableInterceptor
Class IORInterceptorIterator

java.lang.Object
  extended by org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
      extended by org.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.12 2006/07/14 12:02:41 nick.cross Exp $

Field Summary
 
Fields inherited from class org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
increment, index, interceptors
 
Constructor Summary
IORInterceptorIterator(org.apache.avalon.framework.logger.Logger logger, org.omg.PortableInterceptor.Interceptor[] interceptors)
           
IORInterceptorIterator(org.apache.avalon.framework.logger.Logger logger, org.omg.PortableInterceptor.Interceptor[] interceptors, int[] ptags)
           
 
Method Summary
protected  void invoke(org.omg.PortableInterceptor.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(org.apache.avalon.framework.logger.Logger logger,
                              org.omg.PortableInterceptor.Interceptor[] interceptors)

IORInterceptorIterator

public IORInterceptorIterator(org.apache.avalon.framework.logger.Logger logger,
                              org.omg.PortableInterceptor.Interceptor[] interceptors,
                              int[] ptags)
Method Detail

iterate

public void iterate(IORInfoImpl info)
             throws org.omg.CORBA.UserException
Throws:
org.omg.CORBA.UserException

invoke

protected void invoke(org.omg.PortableInterceptor.Interceptor interceptor)
               throws org.omg.CORBA.UserException
Specified by:
invoke in class AbstractInterceptorIterator
Throws:
org.omg.CORBA.UserException