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

既知のサブインタフェースの一覧:
ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations

public interface RequestInfoOperations


メソッドの概要
 Parameter[] arguments()
           
 java.lang.String[] contexts()
           
 TypeCode[] exceptions()
           
 Object forward_reference()
           
 ServiceContext get_reply_service_context(int id)
           
 ServiceContext get_request_service_context(int id)
           
 Any get_slot(int id)
           
 java.lang.String[] operation_context()
           
 java.lang.String operation()
           
 short reply_status()
           
 int request_id()
           
 boolean response_expected()
           
 Any result()
           
 short sync_scope()
           
 

メソッドの詳細

request_id

public int request_id()

operation

public java.lang.String operation()

arguments

public Parameter[] arguments()

exceptions

public TypeCode[] exceptions()

contexts

public java.lang.String[] contexts()

operation_context

public java.lang.String[] operation_context()

result

public Any result()

response_expected

public boolean response_expected()

sync_scope

public short sync_scope()

reply_status

public short reply_status()

forward_reference

public Object forward_reference()

get_slot

public Any get_slot(int id)
             throws InvalidSlot

get_request_service_context

public ServiceContext get_request_service_context(int id)

get_reply_service_context

public ServiceContext get_reply_service_context(int id)