org.jacorb.orb.portableInterceptor
public class ServerInterceptorIterator extends RequestInterceptorIterator
Version: $Id: ServerInterceptorIterator.java,v 1.12 2006/07/07 10:55:57 alphonse.bendt Exp $
Field Summary | |
---|---|
static short | RECEIVE_REQUEST |
static short | RECEIVE_REQUEST_SERVICE_CONTEXTS |
static short | SEND_EXCEPTION |
static short | SEND_OTHER |
static short | SEND_REPLY |
Constructor Summary | |
---|---|
ServerInterceptorIterator(Interceptor[] interceptors) |
Method Summary | |
---|---|
protected void | invoke(Interceptor interceptor) |
void | iterate(ServerRequestInfoImpl info, short op)
Iterates over the enumeration, i.e. calls "op" on
nextElement() until ! |