|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServiceKey | |
org.bsf.remoting.http | Allows a client to communicate with the server using http calls. |
Uses of HttpServiceKey in org.bsf.remoting.http |
Fields in org.bsf.remoting.http declared as HttpServiceKey | |
private HttpServiceKey |
HttpServiceRequest.keyToStatefullService
|
private HttpServiceKey |
HttpServiceInvocationHandler._serviceKey
|
Methods in org.bsf.remoting.http that return HttpServiceKey | |
HttpServiceKey |
HttpServiceRequest.getKeyToStatefullService()
|
Methods in org.bsf.remoting.http with parameters of type HttpServiceKey | |
private void |
HttpSessionServer.putInCache(HttpServiceKey p_serviceKey,
javax.ejb.EJBObject p_stub,
javax.servlet.http.HttpServletRequest request)
We put in cache the handles to prepare the passivation |
private javax.ejb.EJBObject |
HttpSessionServer.getFromCache(HttpServiceKey serviceKey,
javax.servlet.http.HttpServletRequest request)
Retrieve the statefull service from cache |
java.lang.Object |
HttpSessionClient.invoke(HttpServiceKey p_servicekey,
java.lang.reflect.Method m,
java.lang.Object[] args)
Invokes a statefull remote service |
void |
HttpServiceRequest.setKeyToStatefullService(HttpServiceKey keyToStatefullService)
|
Constructors in org.bsf.remoting.http with parameters of type HttpServiceKey | |
HttpServiceRequest(HttpServiceKey keyToStatefullService,
java.lang.String methodToCall,
java.lang.Class[] paramTypes,
java.lang.Object[] args)
Constructor for a statefull service |
|
HttpServiceInvocationHandler(HttpServiceKey p_serviceKey)
This constructor is used for a statefull service |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |