Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator
org.jacorb.orb.portableInterceptor.RequestInterceptorIterator
org.jacorb.orb.portableInterceptor.ClientInterceptorIterator
public class ClientInterceptorIterator
extends RequestInterceptorIterator
Field Summary | |
static short | |
static short | |
static short | |
static short | |
static short |
Fields inherited from class org.jacorb.orb.portableInterceptor.RequestInterceptorIterator | |
interceptor_ex , op |
Fields inherited from class org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator | |
increment , index , interceptors |
Constructor Summary | |
|
Method Summary | |
protected void |
|
void |
|
Methods inherited from class org.jacorb.orb.portableInterceptor.RequestInterceptorIterator | |
reverseDirection , setDirection |
Methods inherited from class org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator | |
hasMoreElements , invoke , iterate , nextElement |
public static final short RECEIVE_EXCEPTION
- Field Value:
- 3
public static final short RECEIVE_OTHER
- Field Value:
- 4
public static final short RECEIVE_REPLY
- Field Value:
- 2
public static final short SEND_POLL
- Field Value:
- 1
public static final short SEND_REQUEST
- Field Value:
- 0
protected void invoke(Interceptor interceptor) throws UserException
Iterates over the enumeration, i.e. calls "op" on nextElement() until !hasMoreElements().
- Overrides:
- invoke in interface AbstractInterceptorIterator