|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JServiceContext | |
|---|---|
| org.ow2.carol.rmi.interceptor.api | |
| org.ow2.carol.rmi.interceptor.impl | |
| Uses of JServiceContext in org.ow2.carol.rmi.interceptor.api |
|---|
| Methods in org.ow2.carol.rmi.interceptor.api that return JServiceContext | |
|---|---|
JServiceContext |
JRequestInfo.getReplyServiceContext(int id)
Get the context specified by this id if there is no context corresponding with this id return null |
JServiceContext |
JRequestInfo.getRequestServiceContext(int id)
Get the context specified by this id if there is no context corresponding with this id return null |
| Methods in org.ow2.carol.rmi.interceptor.api that return types with arguments of type JServiceContext | |
|---|---|
java.util.Collection<JServiceContext> |
JRequestInfo.getAllReplyServiceContext()
Get the all the reply service context if there is no context return null |
java.util.Collection<JServiceContext> |
JRequestInfo.getAllRequestServiceContext()
Get the all the request service context if there is no context return null |
| Methods in org.ow2.carol.rmi.interceptor.api with parameters of type JServiceContext | |
|---|---|
void |
JServerRequestInfo.addReplyServiceContext(JServiceContext jServiceContext)
add a JServicecontext |
void |
JClientRequestInfo.addRequestServiceContext(JServiceContext jServiceContext)
Add a JServicecontext |
| Method parameters in org.ow2.carol.rmi.interceptor.api with type arguments of type JServiceContext | |
|---|---|
void |
JServerRequestInfo.addAllReplyServiceContext(java.util.Collection<JServiceContext> c)
Add the all the reply service context |
void |
JClientRequestInfo.addAllRequestServiceContext(java.util.Collection<JServiceContext> c)
Add the all the request service context |
| Uses of JServiceContext in org.ow2.carol.rmi.interceptor.impl |
|---|
| Classes in org.ow2.carol.rmi.interceptor.impl that implement JServiceContext | |
|---|---|
class |
BasicServiceContext<Data extends Serializable>
A service context that wraps serializable data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||