org.apache.yoko.orb.PortableInterceptor
Class ClientRequestInfo_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.PortableInterceptor.RequestInfo_impl
          extended by org.apache.yoko.orb.PortableInterceptor.ClientRequestInfo_impl
All Implemented Interfaces:
Serializable, Object, IDLEntity, ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, RequestInfoOperations

public final class ClientRequestInfo_impl
extends RequestInfo_impl
implements ClientRequestInfo

See Also:
Serialized Form

Field Summary
protected  Any[] currentSlots_
           
 
Fields inherited from class org.apache.yoko.orb.PortableInterceptor.RequestInfo_impl
argStrategy_, current_, forwardReference_, id_, NO_REPLY, NO_REPLY_SC, op_, orb_, orbInstance_, policies_, popCurrent_, receivedException_, receivedId_, replySCL_, requestSCL_, responseExpected_, slots_, status_
 
Constructor Summary
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current)
           
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, NVList args, NamedValue result, ExceptionList exceptions)
           
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
 
Method Summary
 void _OB_reply()
           
 void _OB_request(Vector interceptors)
           
 void add_request_service_context(ServiceContext sc, boolean addReplace)
           
 TaggedProfile effective_profile()
           
 Object effective_target()
           
 TaggedComponent get_effective_component(int id)
           
 TaggedComponent[] get_effective_components(int id)
           
 Policy get_request_policy(int type)
           
 String received_exception_id()
           
 Any received_exception()
           
 Object target()
           
 
Methods inherited from class org.apache.yoko.orb.PortableInterceptor.RequestInfo_impl
_OB_setForwardReference, _OB_setReceivedException, _OB_setReplyStatus, addServiceContext, arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, getServiceContext, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _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.PortableInterceptor.RequestInfoOperations
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope
 
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
 

Field Detail

currentSlots_

protected Any[] currentSlots_
Constructor Detail

ClientRequestInfo_impl

public ClientRequestInfo_impl(ORB orb,
                              int id,
                              String op,
                              boolean responseExpected,
                              IOR IOR,
                              IOR origIOR,
                              ProfileInfo profileInfo,
                              Policy[] policies,
                              Vector requestSCL,
                              Vector replySCL,
                              ORBInstance orbInstance,
                              Current_impl current)

ClientRequestInfo_impl

public ClientRequestInfo_impl(ORB orb,
                              int id,
                              String op,
                              boolean responseExpected,
                              IOR IOR,
                              IOR origIOR,
                              ProfileInfo profileInfo,
                              Policy[] policies,
                              Vector requestSCL,
                              Vector replySCL,
                              ORBInstance orbInstance,
                              Current_impl current,
                              NVList args,
                              NamedValue result,
                              ExceptionList exceptions)

ClientRequestInfo_impl

public ClientRequestInfo_impl(ORB orb,
                              int id,
                              String op,
                              boolean responseExpected,
                              IOR IOR,
                              IOR origIOR,
                              ProfileInfo profileInfo,
                              Policy[] policies,
                              Vector requestSCL,
                              Vector replySCL,
                              ORBInstance orbInstance,
                              Current_impl current,
                              ParameterDesc[] argDesc,
                              ParameterDesc retDesc,
                              TypeCode[] exceptionTC)
Method Detail

target

public Object target()
Specified by:
target in interface ClientRequestInfoOperations

effective_target

public Object effective_target()
Specified by:
effective_target in interface ClientRequestInfoOperations

effective_profile

public TaggedProfile effective_profile()
Specified by:
effective_profile in interface ClientRequestInfoOperations

received_exception

public Any received_exception()
Specified by:
received_exception in interface ClientRequestInfoOperations

received_exception_id

public String received_exception_id()
Specified by:
received_exception_id in interface ClientRequestInfoOperations

get_effective_component

public TaggedComponent get_effective_component(int id)
Specified by:
get_effective_component in interface ClientRequestInfoOperations

get_effective_components

public TaggedComponent[] get_effective_components(int id)
Specified by:
get_effective_components in interface ClientRequestInfoOperations

get_request_policy

public Policy get_request_policy(int type)
Specified by:
get_request_policy in interface ClientRequestInfoOperations

add_request_service_context

public void add_request_service_context(ServiceContext sc,
                                        boolean addReplace)
Specified by:
add_request_service_context in interface ClientRequestInfoOperations

_OB_request

public void _OB_request(Vector interceptors)
                 throws LocationForward
Throws:
LocationForward

_OB_reply

public void _OB_reply()
               throws LocationForward
Throws:
LocationForward


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.