org.omg.PortableInterceptor
Class ClientRequestInfoLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.PortableInterceptor._ClientRequestInfoLocalBase
          extended by org.omg.PortableInterceptor.ClientRequestInfoLocalTie
All Implemented Interfaces:
java.io.Serializable, LocalInterface, Object, IDLEntity, ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, RequestInfoOperations

public class ClientRequestInfoLocalTie
extends _ClientRequestInfoLocalBase

Generated from IDL interface "ClientRequestInfo".

Version:
generated at Mar 23, 2009 3:46:19 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
ClientRequestInfoLocalTie(ClientRequestInfoOperations delegate)
           
 
Method Summary
 ClientRequestInfoOperations _delegate()
           
 void _delegate(ClientRequestInfoOperations delegate)
           
 void add_request_service_context(ServiceContext service_context, boolean replace)
           
 Parameter[] arguments()
           
 java.lang.String[] contexts()
           
 TaggedProfile effective_profile()
           
 Object effective_target()
           
 TypeCode[] exceptions()
           
 Object forward_reference()
           
 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)
           
 ServiceContext get_request_service_context(int id)
           
 Any get_slot(int id)
           
 java.lang.String[] operation_context()
           
 java.lang.String operation()
           
 java.lang.String received_exception_id()
           
 Any received_exception()
           
 short reply_status()
           
 int request_id()
           
 boolean response_expected()
           
 Any result()
           
 short sync_scope()
           
 Object target()
           
 
Methods inherited from class org.omg.PortableInterceptor._ClientRequestInfoLocalBase
_ids
 
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
 

Constructor Detail

ClientRequestInfoLocalTie

public ClientRequestInfoLocalTie(ClientRequestInfoOperations delegate)
Method Detail

_delegate

public ClientRequestInfoOperations _delegate()

_delegate

public void _delegate(ClientRequestInfoOperations delegate)

received_exception_id

public java.lang.String received_exception_id()

get_effective_component

public TaggedComponent get_effective_component(int id)

effective_target

public Object effective_target()

target

public Object target()

get_request_service_context

public ServiceContext get_request_service_context(int id)

get_slot

public Any get_slot(int id)
             throws InvalidSlot
Throws:
InvalidSlot

contexts

public java.lang.String[] contexts()

received_exception

public Any received_exception()

add_request_service_context

public void add_request_service_context(ServiceContext service_context,
                                        boolean replace)

get_request_policy

public Policy get_request_policy(int type)

get_reply_service_context

public ServiceContext get_reply_service_context(int id)

request_id

public int request_id()

arguments

public Parameter[] arguments()

result

public Any result()

response_expected

public boolean response_expected()

sync_scope

public short sync_scope()

reply_status

public short reply_status()

operation_context

public java.lang.String[] operation_context()

exceptions

public TypeCode[] exceptions()

get_effective_components

public TaggedComponent[] get_effective_components(int id)

operation

public java.lang.String operation()

effective_profile

public TaggedProfile effective_profile()

forward_reference

public Object forward_reference()


Copyright © 2009. All Rights Reserved.