org.jacorb.orb.portableInterceptor
Class RequestInfoImpl
- IDLEntity, Object, RequestInfo, RequestInfoOperations, java.io.Serializable
public abstract class RequestInfoImpl
This is the abstract base class of the two
Info classes, namely ClientRequestInfo and
ServerRequestInfo.
See PI Spec p. 5-41ff
Version:
- Nicolas Noffke
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
caller_op
public short caller_op
forward_reference
public Object forward_reference
operation
public String operation
reply_ctx
protected Hashtable reply_ctx
reply_status
public short reply_status
request_ctx
protected Hashtable request_ctx
request_id
public int request_id
response_expected
public boolean response_expected
RequestInfoImpl
public RequestInfoImpl()
setReplyServiceContexts
public void setReplyServiceContexts(ServiceContext ctx)
Make the existing reply ServiceContexts available to
the interceptors. Only one ServiceContext per id
is allowed.
setRequestServiceContexts
public void setRequestServiceContexts(ServiceContext ctx)
Make the existing request ServiceContexts available to
the interceptors. Only one ServiceContext per id
is allowed.