public interface JRequestInfo
JRequestInfo
is the CAROL JRMP general Request infoModifier and Type | Method and Description |
---|---|
void |
clearAllContexts()
clear the service contexts table
|
java.util.Collection |
get_all_reply_service_context()
Get the all the reply service context if there is no context return null
|
java.util.Collection |
get_all_request_service_context()
Get the all the request service context if there is no context return
null
|
JServiceContext |
get_reply_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
|
JServiceContext |
get_request_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
|
boolean |
hasContexts()
true if exit one or more context
|
JServiceContext get_request_service_context(int id)
id
- the context idjava.util.Collection get_all_request_service_context()
JServiceContext get_reply_service_context(int id)
id
- the context idjava.util.Collection get_all_reply_service_context()
boolean hasContexts()
void clearAllContexts()