|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.carol.rmi.jrmp.interceptor.JRMPServerRequestInfoImpl
Class JRMPServerRequestInfoImpl is the CAROL JRMP Server
Request info (JServerRequestInfo) Implementation
JServerRequestInfo| Field Summary | |
protected java.util.ArrayList |
scTable
Request Service Context ArrayList |
| Constructor Summary | |
JRMPServerRequestInfoImpl()
Empty constructor available for Request Information |
|
| Method Summary | |
void |
add_all_reply_service_context(java.util.Collection c)
Add the all the reply service context |
void |
add_reply_service_context(JServiceContext jServiceContext)
add a JServicecontext |
void |
clearAllContexts()
clear the service contexts table |
java.util.Collection |
get_all_reply_service_context()
Get the all the reply service context |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList scTable
| Constructor Detail |
public JRMPServerRequestInfoImpl()
| Method Detail |
public void add_reply_service_context(JServiceContext jServiceContext)
add_reply_service_context in interface JServerRequestInfopublic void add_all_reply_service_context(java.util.Collection c)
add_all_reply_service_context in interface JServerRequestInfoc - Services contextspublic JServiceContext get_request_service_context(int id)
get_request_service_context in interface JRequestInfoid - the context id
public java.util.Collection get_all_request_service_context()
get_all_request_service_context in interface JRequestInfopublic JServiceContext get_reply_service_context(int id)
get_reply_service_context in interface JRequestInfoid - the context id
public java.util.Collection get_all_reply_service_context()
get_all_reply_service_context in interface JRequestInfopublic boolean hasContexts()
hasContexts in interface JRequestInfopublic void clearAllContexts()
clearAllContexts in interface JRequestInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||