org.jacorb.orb.portableInterceptor
Class ClientInterceptorIterator
java.lang.Object
org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
org.jacorb.orb.portableInterceptor.RequestInterceptorIterator
org.jacorb.orb.portableInterceptor.ClientInterceptorIterator
- public class ClientInterceptorIterator
- extends RequestInterceptorIterator
This class is an iterator over an array
of ClientRequestInterceptors.
- Version:
- $Id: ClientInterceptorIterator.java,v 1.12 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 |
SEND_REQUEST
public static final short SEND_REQUEST
- See Also:
- Constant Field Values
SEND_POLL
public static final short SEND_POLL
- See Also:
- Constant Field Values
RECEIVE_REPLY
public static final short RECEIVE_REPLY
- See Also:
- Constant Field Values
RECEIVE_EXCEPTION
public static final short RECEIVE_EXCEPTION
- See Also:
- Constant Field Values
RECEIVE_OTHER
public static final short RECEIVE_OTHER
- See Also:
- Constant Field Values
ClientInterceptorIterator
public ClientInterceptorIterator(Interceptor[] interceptors)
iterate
public void iterate(ClientRequestInfoImpl info,
short op)
throws UserException
- Throws:
UserException
invoke
protected void invoke(Interceptor interceptor)
throws UserException
- Iterates over the enumeration, i.e. calls "op" on
nextElement() until !hasMoreElements().
- Specified by:
invoke
in class AbstractInterceptorIterator
- Throws:
UserException