org.jacorb.orb.portableInterceptor
public abstract class RequestInfoImpl extends LocalObject implements RequestInfo
Version: $Id: RequestInfoImpl.java,v 1.11 2006/07/07 10:55:57 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| protected Parameter[] | arguments |
| protected short | caller_op |
| protected Current | current |
| protected TypeCode[] | exceptions |
| protected Object | forward_reference |
| protected String | operation |
| protected Hashtable | reply_ctx |
| protected short | reply_status |
| protected Hashtable | request_ctx |
| protected int | request_id |
| protected boolean | response_expected |
| protected Any | result |
| Constructor Summary | |
|---|---|
| RequestInfoImpl() | |
| Method Summary | |
|---|---|
| Parameter[] | arguments() |
| String[] | contexts() |
| Current | current() |
| TypeCode[] | exceptions() |
| Object | forward_reference() |
| ServiceContext | get_reply_service_context(int id) |
| ServiceContext | get_request_service_context(int id) |
| Any | get_slot(int id) |
| String | operation() |
| String[] | operation_context() |
| short | reply_status() |
| int | request_id() |
| boolean | response_expected() |
| Any | result() |
| void | setArguments(Parameter[] args) |
| void | setCurrent(Current current) |
| void | setForwardReference(Object forward_reference) |
| void | setReplyServiceContexts(ServiceContext[] ctx)
Make the existing reply ServiceContexts available to
the interceptors. |
| void | setReplyStatus(short reply_status) |
| void | setRequestServiceContexts(ServiceContext[] ctx)
Make the existing request ServiceContexts available to
the interceptors. |
| void | setResult(Any result) |
| short | sync_scope() |