org.jacorb.orb.portableInterceptor

Class ClientInterceptorIterator

public class ClientInterceptorIterator extends RequestInterceptorIterator

This class is an iterator over an array of ClientRequestInterceptors.

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

Author: Nicolas Noffke

Field Summary
static shortRECEIVE_EXCEPTION
static shortRECEIVE_OTHER
static shortRECEIVE_REPLY
static shortSEND_POLL
static shortSEND_REQUEST
Constructor Summary
ClientInterceptorIterator(Logger logger, Interceptor[] interceptors)
Method Summary
protected voidinvoke(Interceptor interceptor)
Iterates over the enumeration, i.e. calls "op" on nextElement() until !
voiditerate(ClientRequestInfoImpl info, short op)

Field Detail

RECEIVE_EXCEPTION

public static final short RECEIVE_EXCEPTION

RECEIVE_OTHER

public static final short RECEIVE_OTHER

RECEIVE_REPLY

public static final short RECEIVE_REPLY

SEND_POLL

public static final short SEND_POLL

SEND_REQUEST

public static final short SEND_REQUEST

Constructor Detail

ClientInterceptorIterator

public ClientInterceptorIterator(Logger logger, Interceptor[] interceptors)

Method Detail

invoke

protected void invoke(Interceptor interceptor)
Iterates over the enumeration, i.e. calls "op" on nextElement() until !hasMoreElements().

iterate

public void iterate(ClientRequestInfoImpl info, short op)