|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSessionSwitch | |
---|---|
org.objectweb.jonas_ejb.container |
Uses of JSessionSwitch in org.objectweb.jonas_ejb.container |
---|
Subclasses of JSessionSwitch in org.objectweb.jonas_ejb.container | |
---|---|
class |
JStatefulSwitch
JStatefulSwitch is the implementation of JSessionSwitch dedicated to the Stateful Session Bean. |
class |
JStatelessSwitch
JStatelessSwitch is the implementation of JSessionSwitch dedicated to the Stateless Session Bean. |
Fields in org.objectweb.jonas_ejb.container declared as JSessionSwitch | |
---|---|
protected JSessionSwitch |
JSessionRemote.bs
bs |
protected JSessionSwitch |
JServiceEndpoint.bs
switch instance to use |
protected JSessionSwitch |
JSessionLocal.bs
|
protected JSessionSwitch |
JSessionContext.bs
|
protected JSessionSwitch |
JSessionFactory.uniqueSession
Unique JSessionSwitch when singleswitch=true |
Methods in org.objectweb.jonas_ejb.container that return JSessionSwitch | |
---|---|
JSessionSwitch |
JSessionFactory.createEJB()
Create a new Session Find one in the pool, or create a new object. |
JSessionSwitch |
JStatelessFactory.createNewSession()
Creates a new Session Stateless |
protected abstract JSessionSwitch |
JSessionFactory.createNewSession()
|
JSessionSwitch |
JStatefulFactory.createNewSession()
Creates a new Session Stateful called back from createEJB |
JSessionSwitch |
JSessionRemote.getSessionSwitch()
|
JSessionSwitch |
JSessionLocal.getSessionSwitch()
|
Methods in org.objectweb.jonas_ejb.container with parameters of type JSessionSwitch | |
---|---|
JSessionContext |
JStatelessFactory.getJContext(JSessionSwitch ss)
|
abstract JSessionContext |
JSessionFactory.getJContext(JSessionSwitch ss)
|
JSessionContext |
JStatefulFactory.getJContext(JSessionSwitch ss)
get a new session context must call newInstance (EJB specs) => no pool should be used. |
void |
JSessionContext.initSessionContext(JSessionSwitch bs)
Reinit Context for reuse |
void |
JSessionFactory.removeEJB(JSessionSwitch bs)
remove a Session. |
void |
JSessionRemote.setSessionSwitch(JSessionSwitch bs)
finish initialization |
void |
JServiceEndpoint.setSessionSwitch(JSessionSwitch bs)
finish initialization |
void |
JSessionLocal.setSessionSwitch(JSessionSwitch bs)
finish initialization |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |