org.omg.PortableInterceptor

Interface RequestInfoOperations

Known Subinterfaces:
ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations
Known Implementing Classes:
ClientRequestInfoImpl, RequestInfoImpl, ServerRequestInfoImpl

public interface RequestInfoOperations

Generated from IDL interface "RequestInfo"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

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()
java.lang.String[]
operation_context()
short
reply_status()
int
request_id()
boolean
response_expected()
Any
result()
short
sync_scope()

Method Details

arguments

public Parameter[] arguments()


contexts

public java.lang.String[] contexts()


exceptions

public TypeCode[] exceptions()


forward_reference

public Object forward_reference()


get_reply_service_context

public ServiceContext get_reply_service_context(int id)


get_request_service_context

public ServiceContext get_request_service_context(int id)


get_slot

public Any get_slot(int id)
            throws InvalidSlot


operation

public java.lang.String operation()


operation_context

public java.lang.String[] operation_context()


reply_status

public short reply_status()


request_id

public int request_id()


response_expected

public boolean response_expected()


result

public Any result()


sync_scope

public short sync_scope()