|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRequestInfo
Class JRequestInfo is the CAROL JRMP general Request info
| Method Summary | |
|---|---|
void |
clearAllContexts()
clear the service contexts table |
java.util.Collection<JServiceContext> |
getAllReplyServiceContext()
Get the all the reply service context if there is no context return null |
java.util.Collection<JServiceContext> |
getAllRequestServiceContext()
Get the all the request service context if there is no context return null |
JServiceContext |
getReplyServiceContext(int id)
Get the context specified by this id if there is no context corresponding with this id return null |
JServiceContext |
getRequestServiceContext(int id)
Get the context specified by this id if there is no context corresponding with this id return null |
boolean |
hasContexts()
true if exit one or more context |
| Method Detail |
|---|
JServiceContext getRequestServiceContext(int id)
id - the context id
java.util.Collection<JServiceContext> getAllRequestServiceContext()
JServiceContext getReplyServiceContext(int id)
id - the context id
java.util.Collection<JServiceContext> getAllReplyServiceContext()
boolean hasContexts()
void clearAllContexts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||