|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_ejb.container.JLocalHome
org.objectweb.jonas_ejb.container.JSessionLocalHome
org.objectweb.jonas_ejb.container.JRepStatefulLocalHome
public abstract class JRepStatefulLocalHome
Generic part of the EJBLocalHome implementation for replicated SFSBs
| Field Summary |
|---|
| Fields inherited from class org.objectweb.jonas_ejb.container.JLocalHome |
|---|
bf, dd, homeList |
| Constructor Summary | |
|---|---|
JRepStatefulLocalHome(SessionDesc dd,
JSessionFactory bf)
constructor |
|
| Method Summary | |
|---|---|
abstract JSessionLocal |
createLocalObject()
Creates the EJBLocalObject This is in the generated class because it is mainly "new objectClass()" |
protected BeanFactory |
getBeanFactory()
|
protected void |
replicateCreate(JStatefulSwitch sfsw)
Called if we have to replicate a request |
| Methods inherited from class org.objectweb.jonas_ejb.container.JSessionLocalHome |
|---|
remove |
| Methods inherited from class org.objectweb.jonas_ejb.container.JLocalHome |
|---|
checkSecurity, getJndiLocalName, getLocalHome, postInvoke, preInvoke, register, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRepStatefulLocalHome(SessionDesc dd,
JSessionFactory bf)
dd - The Session Deployment Decriptorbf - The Session Factory
java.lang.Exception| Method Detail |
|---|
protected void replicateCreate(JStatefulSwitch sfsw)
rctx - The RequestCtx that was returned at preInvoke()protected BeanFactory getBeanFactory()
public abstract JSessionLocal createLocalObject()
createLocalObject in class JSessionLocalHome
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||