org.jacorb.orb.portableInterceptor
public class ClientInterceptorIterator extends RequestInterceptorIterator
Version: $Id: ClientInterceptorIterator.java,v 1.14 2006/07/07 10:55:57 alphonse.bendt Exp $
Field Summary | |
---|---|
static short | RECEIVE_EXCEPTION |
static short | RECEIVE_OTHER |
static short | RECEIVE_REPLY |
static short | SEND_POLL |
static short | SEND_REQUEST |
Constructor Summary | |
---|---|
ClientInterceptorIterator(Logger logger, Interceptor[] interceptors) |
Method Summary | |
---|---|
protected void | invoke(Interceptor interceptor)
Iterates over the enumeration, i.e. calls "op" on
nextElement() until ! |
void | iterate(ClientRequestInfoImpl info, short op) |