org.omg.PortableInterceptor
Class ServerRequestInfoLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.PortableInterceptor._ServerRequestInfoLocalBase
          extended by org.omg.PortableInterceptor.ServerRequestInfoLocalTie
All Implemented Interfaces:
Serializable, LocalInterface, Object, IDLEntity, RequestInfo, RequestInfoOperations, ServerRequestInfo, ServerRequestInfoOperations

public class ServerRequestInfoLocalTie
extends _ServerRequestInfoLocalBase

Generated from IDL interface "ServerRequestInfo".

Version:
generated at Jun 18, 2012 10:37:54 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
ServerRequestInfoLocalTie(ServerRequestInfoOperations delegate)
           
 
Method Summary
 ServerRequestInfoOperations _delegate()
           
 void _delegate(ServerRequestInfoOperations delegate)
           
 byte[] adapter_id()
           
 String[] adapter_name()
           
 void add_reply_service_context(ServiceContext service_context, boolean replace)
           
 Parameter[] arguments()
           
 String[] contexts()
           
 TypeCode[] exceptions()
           
 Object forward_reference()
           
 ServiceContext get_reply_service_context(int id)
           
 ServiceContext get_request_service_context(int id)
           
 Policy get_server_policy(int type)
           
 Any get_slot(int id)
           
 byte[] object_id()
           
 String[] operation_context()
           
 String operation()
           
 String orb_id()
           
 short reply_status()
           
 int request_id()
           
 boolean response_expected()
           
 Any result()
           
 Any sending_exception()
           
 String server_id()
           
 void set_slot(int id, Any data)
           
 short sync_scope()
           
 boolean target_is_a(String id)
           
 String target_most_derived_interface()
           
 
Methods inherited from class org.omg.PortableInterceptor._ServerRequestInfoLocalBase
_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
 
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
 

Constructor Detail

ServerRequestInfoLocalTie

public ServerRequestInfoLocalTie(ServerRequestInfoOperations delegate)
Method Detail

_delegate

public ServerRequestInfoOperations _delegate()

_delegate

public void _delegate(ServerRequestInfoOperations delegate)

add_reply_service_context

public void add_reply_service_context(ServiceContext service_context,
                                      boolean replace)

target_is_a

public boolean target_is_a(String id)

get_request_service_context

public ServiceContext get_request_service_context(int id)

adapter_id

public byte[] adapter_id()

get_slot

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

contexts

public String[] contexts()

orb_id

public String orb_id()

get_server_policy

public Policy get_server_policy(int type)

server_id

public String server_id()

sending_exception

public Any sending_exception()

target_most_derived_interface

public String target_most_derived_interface()

get_reply_service_context

public ServiceContext get_reply_service_context(int id)

request_id

public int request_id()

set_slot

public void set_slot(int id,
                     Any data)
              throws InvalidSlot
Throws:
InvalidSlot

adapter_name

public String[] adapter_name()

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 String[] operation_context()

exceptions

public TypeCode[] exceptions()

object_id

public byte[] object_id()

operation

public String operation()

forward_reference

public Object forward_reference()


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.