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.1 (JBoss patch 1), 01-Mar-2004
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
- 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)