Package | Description |
---|---|
org.objectweb.carol.rmi.jrmp.interceptor |
Modifier and Type | Method and Description |
---|---|
JServiceContext |
JRMPServerRequestInfoImpl.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 |
JRMPClientRequestInfoImpl.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 |
JRequestInfo.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 |
JRMPServerRequestInfoImpl.get_request_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
|
JServiceContext |
JRMPClientRequestInfoImpl.get_request_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
|
JServiceContext |
JRequestInfo.get_request_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
|
Modifier and Type | Method and Description |
---|---|
void |
JRMPServerRequestInfoImpl.add_reply_service_context(JServiceContext jServiceContext)
add a JServicecontext
|
void |
JServerRequestInfo.add_reply_service_context(JServiceContext jServiceContext)
add a JServicecontext
|
void |
JRMPClientRequestInfoImpl.add_request_service_context(JServiceContext jServiceContext)
add a JServicecontext
|
void |
JClientRequestInfo.add_request_service_context(JServiceContext jServiceContext)
Add a JServicecontext
|