org.jacorb.orb.portableInterceptor
Class ServerInterceptorIterator
java.lang.Object
org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
org.jacorb.orb.portableInterceptor.RequestInterceptorIterator
org.jacorb.orb.portableInterceptor.ServerInterceptorIterator
- public class ServerInterceptorIterator
- extends RequestInterceptorIterator
This class iterates over an array of
ServerRequestInterceptors.
- Version:
- $Id: ServerInterceptorIterator.java,v 1.10 2004/05/06 12:40:00 nicolas Exp $
- Author:
- Nicolas Noffke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RECEIVE_REQUEST_SERVICE_CONTEXTS
public static final short RECEIVE_REQUEST_SERVICE_CONTEXTS
- See Also:
- Constant Field Values
RECEIVE_REQUEST
public static final short RECEIVE_REQUEST
- See Also:
- Constant Field Values
SEND_REPLY
public static final short SEND_REPLY
- See Also:
- Constant Field Values
SEND_EXCEPTION
public static final short SEND_EXCEPTION
- See Also:
- Constant Field Values
SEND_OTHER
public static final short SEND_OTHER
- See Also:
- Constant Field Values
ServerInterceptorIterator
public ServerInterceptorIterator(Interceptor[] interceptors)
iterate
public void iterate(ServerRequestInfoImpl info,
short op)
throws UserException
- Iterates over the enumeration, i.e. calls "op" on
nextElement() until !hasMoreElements().
- Throws:
UserException
invoke
protected void invoke(Interceptor interceptor)
throws UserException
- Specified by:
invoke
in class AbstractInterceptorIterator
- Throws:
UserException