public class ClientRequestInfoImpl extends RequestInfoImpl implements ClientRequestInfo
| Modifier and Type | Field and Description |
|---|---|
ClientConnection |
connection |
Delegate |
delegate |
TaggedComponent[] |
effective_components |
TaggedProfile |
effective_profile |
Object |
effective_target |
ORB |
orb |
Any |
received_exception |
java.lang.String |
received_exception_id |
ReplyInputStream |
reply_is |
RequestOutputStream |
request_os |
Object |
target |
arguments, caller_op, current, exceptions, forward_reference, operation, reply_ctx, reply_status, request_ctx, request_id, response_expected, result| Constructor and Description |
|---|
ClientRequestInfoImpl(ORB orb,
ClientRequestInfoImpl original,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_request_service_context(ServiceContext service_context,
boolean replace) |
Parameter[] |
arguments() |
TaggedProfile |
effective_profile() |
Object |
effective_target() |
TypeCode[] |
exceptions() |
Object |
forward_reference()
forward_reference returns the forward reference for the client request. |
TaggedComponent |
get_effective_component(int id) |
TaggedComponent[] |
get_effective_components(int id) |
ServiceContext |
get_reply_service_context(int id) |
Policy |
get_request_policy(int type)
WARNING: This method relies on the DomainService to be available.
|
ServiceContext |
get_request_service_context(int id) |
java.util.Enumeration |
getRequestServiceContexts()
This method builds an array of ServiceContexts.
|
java.lang.String |
received_exception_id() |
Any |
received_exception() |
short |
reply_status() |
Any |
result() |
void |
setRequest(Request request) |
short |
sync_scope() |
Object |
target() |
contexts, current, get_slot, operation_context, operation, request_id, response_expected, setArguments, setCurrent, setForwardReference, setReplyServiceContexts, setReplyStatus, setRequestServiceContexts, setResult_create_request, _create_request, _duplicate, _get_component, _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_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontexts, get_slot, operation_context, operation, request_id, response_expected_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic Object target
public final Object effective_target
public TaggedProfile effective_profile
public final Any received_exception
public java.lang.String received_exception_id
public final TaggedComponent[] effective_components
public final Delegate delegate
public final ORB orb
public final RequestOutputStream request_os
public ReplyInputStream reply_is
public final ClientConnection connection
public ClientRequestInfoImpl(ORB orb, ClientRequestInfoImpl original, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
public final void setRequest(Request request)
public java.util.Enumeration getRequestServiceContexts()
public Parameter[] arguments()
arguments in interface RequestInfoOperationsarguments in class RequestInfoImplpublic TypeCode[] exceptions()
exceptions in interface RequestInfoOperationsexceptions in class RequestInfoImplpublic Any result()
result in interface RequestInfoOperationsresult in class RequestInfoImplpublic short sync_scope()
sync_scope in interface RequestInfoOperationssync_scope in class RequestInfoImplpublic short reply_status()
reply_status in interface RequestInfoOperationsreply_status in class RequestInfoImplpublic Object forward_reference()
forward_reference returns the forward reference for the client request. Note
that the current version of the specification does not permit this to be accessed by
SendRequest; this modification is a PrismTech enhancement complying one of the suggested
portable solutions within http://www.omg.org/issues/issue5266.txt.forward_reference in interface RequestInfoOperationsforward_reference in class RequestInfoImplorg.omg.CORBA.Object valuepublic ServiceContext get_request_service_context(int id)
get_request_service_context in interface RequestInfoOperationsget_request_service_context in class RequestInfoImplpublic ServiceContext get_reply_service_context(int id)
get_reply_service_context in interface RequestInfoOperationsget_reply_service_context in class RequestInfoImplpublic Object target()
target in interface ClientRequestInfoOperationspublic Object effective_target()
effective_target in interface ClientRequestInfoOperationspublic TaggedProfile effective_profile()
effective_profile in interface ClientRequestInfoOperationspublic Any received_exception()
received_exception in interface ClientRequestInfoOperationspublic java.lang.String received_exception_id()
received_exception_id in interface ClientRequestInfoOperationspublic TaggedComponent get_effective_component(int id)
get_effective_component in interface ClientRequestInfoOperationspublic TaggedComponent[] get_effective_components(int id)
get_effective_components in interface ClientRequestInfoOperationspublic Policy get_request_policy(int type)
get_request_policy in interface ClientRequestInfoOperationspublic void add_request_service_context(ServiceContext service_context, boolean replace)
add_request_service_context in interface ClientRequestInfoOperations