org.omg.PortableInterceptor
Interface RequestInfoOperations
- All Known Subinterfaces:
- ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoExt, ServerRequestInfoOperations
- All Known Implementing Classes:
- ClientRequestInfo_impl, RequestInfo_impl, ServerRequestInfo_impl
public interface RequestInfoOperations
request_id
int request_id()
operation
String operation()
arguments
Parameter[] arguments()
exceptions
TypeCode[] exceptions()
contexts
String[] contexts()
operation_context
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)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.