org.jacorb.orb.portableInterceptor
Class RequestInfoImpl
java.lang.Object
org.omg.CORBA.LocalObject
org.jacorb.orb.portableInterceptor.RequestInfoImpl
- All Implemented Interfaces:
- IDLEntity, Object, RequestInfo, RequestInfoOperations, java.io.Serializable
- Direct Known Subclasses:
- ClientRequestInfoImpl, ServerRequestInfoImpl
- public abstract class RequestInfoImpl
- extends LocalObject
- implements RequestInfo
This is the abstract base class of the two
Info classes, namely ClientRequestInfo and
ServerRequestInfo.
See PI Spec p. 5-41ff
- Version:
- $Id: RequestInfoImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
- Author:
- Nicolas Noffke
- See Also:
- Serialized Form
Methods inherited from class org.omg.CORBA.LocalObject |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
request_id
public int request_id
operation
public java.lang.String operation
arguments
public Parameter[] arguments
exceptions
public TypeCode[] exceptions
result
public Any result
response_expected
public boolean response_expected
forward_reference
public Object forward_reference
reply_status
public short reply_status
current
public Current current
request_ctx
protected java.util.Hashtable request_ctx
reply_ctx
protected java.util.Hashtable reply_ctx
caller_op
public short caller_op
RequestInfoImpl
public RequestInfoImpl()
setRequestServiceContexts
public void setRequestServiceContexts(ServiceContext[] ctx)
- Make the existing request ServiceContexts available to
the interceptors. Only one ServiceContext per id
is allowed.
setReplyServiceContexts
public void setReplyServiceContexts(ServiceContext[] ctx)
- Make the existing reply ServiceContexts available to
the interceptors. Only one ServiceContext per id
is allowed.
arguments
public Parameter[] arguments()
- Specified by:
arguments
in interface RequestInfoOperations
contexts
public java.lang.String[] contexts()
- Specified by:
contexts
in interface RequestInfoOperations
exceptions
public TypeCode[] exceptions()
- Specified by:
exceptions
in interface RequestInfoOperations
forward_reference
public Object forward_reference()
- Specified by:
forward_reference
in interface RequestInfoOperations
get_reply_service_context
public ServiceContext get_reply_service_context(int id)
- Specified by:
get_reply_service_context
in interface RequestInfoOperations
get_request_service_context
public ServiceContext get_request_service_context(int id)
- Specified by:
get_request_service_context
in interface RequestInfoOperations
get_slot
public Any get_slot(int id)
throws InvalidSlot
- Specified by:
get_slot
in interface RequestInfoOperations
- Throws:
InvalidSlot
operation
public java.lang.String operation()
- Specified by:
operation
in interface RequestInfoOperations
operation_context
public java.lang.String[] operation_context()
- Specified by:
operation_context
in interface RequestInfoOperations
reply_status
public short reply_status()
- Specified by:
reply_status
in interface RequestInfoOperations
request_id
public int request_id()
- Specified by:
request_id
in interface RequestInfoOperations
response_expected
public boolean response_expected()
- Specified by:
response_expected
in interface RequestInfoOperations
result
public Any result()
- Specified by:
result
in interface RequestInfoOperations
sync_scope
public short sync_scope()
- Specified by:
sync_scope
in interface RequestInfoOperations