org.omg.PortableInterceptor
Interface ServerRequestInfoOperations

All Superinterfaces:
RequestInfoOperations
All Known Subinterfaces:
ServerRequestInfo
All Known Implementing Classes:
ServerRequestInfoImpl

public interface ServerRequestInfoOperations
extends RequestInfoOperations

Generated from IDL interface "ServerRequestInfo"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 byte[] adapter_id()
           
 void add_reply_service_context(ServiceContext service_context, boolean replace)
           
 Policy get_server_policy(int type)
           
 byte[] object_id()
           
 Any sending_exception()
           
 void set_slot(int id, Any data)
           
 boolean target_is_a(java.lang.String id)
           
 java.lang.String target_most_derived_interface()
           
 
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
 

Method Detail

sending_exception

public Any sending_exception()

object_id

public byte[] object_id()

adapter_id

public byte[] adapter_id()

target_most_derived_interface

public java.lang.String target_most_derived_interface()

get_server_policy

public Policy get_server_policy(int type)

set_slot

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

target_is_a

public boolean target_is_a(java.lang.String id)

add_reply_service_context

public void add_reply_service_context(ServiceContext service_context,
                                      boolean replace)