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