org.omg.PortableInterceptor
Interface RequestInfoOperations
- All Known Subinterfaces:
- ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations
- All Known Implementing Classes:
- ClientRequestInfoImpl, RequestInfoImpl, ServerRequestInfoImpl
public interface RequestInfoOperations
Generated from IDL interface "RequestInfo"
- Author:
- JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-2004
request_id
int request_id()
operation
java.lang.String operation()
arguments
Parameter[] arguments()
exceptions
TypeCode[] exceptions()
contexts
java.lang.String[] contexts()
operation_context
java.lang.String[] operation_context()
result
Any result()
response_expected
boolean response_expected()
sync_scope
short sync_scope()
reply_status
short reply_status()
forward_reference
Object forward_reference()
get_slot
Any get_slot(int id)
throws InvalidSlot
- Throws:
InvalidSlot
get_request_service_context
ServiceContext get_request_service_context(int id)
get_reply_service_context
ServiceContext get_reply_service_context(int id)