org.jacorb.orb.portableInterceptor
public class ClientRequestInfoImpl extends RequestInfoImpl implements ClientRequestInfo
Version: $Id: ClientRequestInfoImpl.java,v 1.32 2006/07/07 10:55:57 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| ClientConnection | connection |
| Delegate | delegate |
| TaggedComponent[] | effective_components |
| TaggedProfile | effective_profile |
| Object | effective_target |
| ORB | orb |
| Any | received_exception |
| String | received_exception_id |
| ReplyInputStream | reply_is |
| RequestOutputStream | request_os |
| Object | target |
| Constructor Summary | |
|---|---|
| ClientRequestInfoImpl(ORB orb, ClientRequestInfoImpl original, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection) | |
| Method Summary | |
|---|---|
| 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. |
| Enumeration | getRequestServiceContexts()
This method builds an array of ServiceContexts.
|
| 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) |
| Any | received_exception() |
| String | received_exception_id() |
| short | reply_status() |
| Any | result() |
| void | setRequest(Request request) |
| short | sync_scope() |
| Object | target() |
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.
Returns: an org.omg.CORBA.Object value