org.omg.PortableInterceptor
Interface RequestInfoOperations

All Known Subinterfaces:
ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations

public interface RequestInfoOperations

Interface definition: RequestInfo.

Author:
OpenORB Compiler

Method Summary
 Parameter[] arguments()
          Read accessor for arguments attribute
 java.lang.String[] contexts()
          Read accessor for contexts attribute
 TypeCode[] exceptions()
          Read accessor for exceptions attribute
 Object forward_reference()
          Read accessor for forward_reference attribute
 ServiceContext get_reply_service_context(int id)
          Operation get_reply_service_context
 ServiceContext get_request_service_context(int id)
          Operation get_request_service_context
 Any get_slot(int id)
          Operation get_slot
 java.lang.String[] operation_context()
          Read accessor for operation_context attribute
 java.lang.String operation()
          Read accessor for operation attribute
 short reply_status()
          Read accessor for reply_status attribute
 int request_id()
          Read accessor for request_id attribute
 boolean response_expected()
          Read accessor for response_expected attribute
 Any result()
          Read accessor for result attribute
 short sync_scope()
          Read accessor for sync_scope attribute
 

Method Detail

request_id

int request_id()
Read accessor for request_id attribute

Returns:
the attribute value

operation

java.lang.String operation()
Read accessor for operation attribute

Returns:
the attribute value

arguments

Parameter[] arguments()
Read accessor for arguments attribute

Returns:
the attribute value

exceptions

TypeCode[] exceptions()
Read accessor for exceptions attribute

Returns:
the attribute value

contexts

java.lang.String[] contexts()
Read accessor for contexts attribute

Returns:
the attribute value

operation_context

java.lang.String[] operation_context()
Read accessor for operation_context attribute

Returns:
the attribute value

result

Any result()
Read accessor for result attribute

Returns:
the attribute value

response_expected

boolean response_expected()
Read accessor for response_expected attribute

Returns:
the attribute value

sync_scope

short sync_scope()
Read accessor for sync_scope attribute

Returns:
the attribute value

reply_status

short reply_status()
Read accessor for reply_status attribute

Returns:
the attribute value

forward_reference

Object forward_reference()
Read accessor for forward_reference attribute

Returns:
the attribute value

get_slot

Any get_slot(int id)
             throws InvalidSlot
Operation get_slot

Throws:
InvalidSlot

get_request_service_context

ServiceContext get_request_service_context(int id)
Operation get_request_service_context


get_reply_service_context

ServiceContext get_reply_service_context(int id)
Operation get_reply_service_context