| |
|
| java.lang.Object org.objectweb.jonas_ejb.container.JSessionSwitch org.objectweb.jonas_ejb.container.JStatelessSwitch
JStatelessSwitch | public class JStatelessSwitch extends JSessionSwitch (Code) | | JStatelessSwitch is the implementation of JSessionSwitch dedicated to the
Stateless Session Bean.
author: Philippe Durieux |
delistConnections | public void delistConnections(Transaction tx)(Code) | | This is not used for stateless
Parameters: tx - the transaction object |
enlistConnections | public void enlistConnections(Transaction tx)(Code) | | This is not used for stateless
Parameters: tx - the transaction object |
getMsgContext | public MessageContext getMsgContext()(Code) | | The JAX-RPC MessageContext |
noLongerUsed | public void noLongerUsed()(Code) | | This Session is no longer used.
|
popConnectionList | public void popConnectionList()(Code) | | This is not used for stateless
|
pushConnectionList | public void pushConnectionList()(Code) | | This is not used for stateless
|
releaseICtx | public void releaseICtx(RequestCtx req, boolean discard)(Code) | | release the bean context. Assumes that only 1 Context is managed at a
time. Contexts are release at each request, in case of stateless session.
Parameters: tx - Current transaction (not used) |
saveBeanTx | public void saveBeanTx()(Code) | | This do nothing for stateless
|
setMustCommit | public void setMustCommit(boolean mc)(Code) | | This is not used for stateless
Parameters: mc - Not Used. |
timeoutExpired | public synchronized void timeoutExpired(Object arg)(Code) | | The session timeout has expired, or a Timer on this bean has expired.
Parameters: arg - Not Used. |
|
|
|