public class ServerInterceptorIterator extends RequestInterceptorIterator
Modifier and Type | Field and Description |
---|---|
static short |
RECEIVE_REQUEST |
static short |
RECEIVE_REQUEST_SERVICE_CONTEXTS |
static short |
SEND_EXCEPTION |
static short |
SEND_OTHER |
static short |
SEND_REPLY |
interceptor_ex, op
increment, index, interceptors
Constructor and Description |
---|
ServerInterceptorIterator(Interceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
protected void |
invoke(Interceptor interceptor) |
void |
iterate(ServerRequestInfoImpl info,
short op)
Iterates over the enumeration, i.e.
|
reverseDirection, setDirection
hasMoreElements, iterate, nextElement
public static final short RECEIVE_REQUEST_SERVICE_CONTEXTS
public static final short RECEIVE_REQUEST
public static final short SEND_REPLY
public static final short SEND_EXCEPTION
public static final short SEND_OTHER
public ServerInterceptorIterator(Interceptor[] interceptors)
public void iterate(ServerRequestInfoImpl info, short op) throws UserException
UserException
protected void invoke(Interceptor interceptor) throws UserException
invoke
in class AbstractInterceptorIterator
UserException
Copyright © 2016 JacORB. All rights reserved.