public interface RequestInfoOperations
| Modifier and Type | Method and Description |
|---|---|
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
|
int request_id()
java.lang.String operation()
Parameter[] arguments()
TypeCode[] exceptions()
java.lang.String[] contexts()
java.lang.String[] operation_context()
Any result()
boolean response_expected()
short sync_scope()
short reply_status()
Object forward_reference()
Any get_slot(int id) throws InvalidSlot
InvalidSlotServiceContext get_request_service_context(int id)
ServiceContext get_reply_service_context(int id)