org.omg.PortableInterceptor
インタフェース ServerRequestInfoOperations

すべてのスーパーインタフェース:
RequestInfoOperations
既知のサブインタフェースの一覧:
ServerRequestInfo

public interface ServerRequestInfoOperations
extends RequestInfoOperations


メソッドの概要
 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()
           
 
インタフェース 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
 

メソッドの詳細

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

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)