|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JEntityFactory | |
---|---|
org.objectweb.jonas_ejb.container | |
org.objectweb.jonas_ejb.container.jorm | |
org.objectweb.jonas.container.mbean |
Uses of JEntityFactory in org.objectweb.jonas_ejb.container |
---|
Fields in org.objectweb.jonas_ejb.container declared as JEntityFactory | |
---|---|
protected JEntityFactory |
JEntityLocal.bf
|
protected JEntityFactory |
JEntitySwitch.bf
The Factory for this bean |
protected JEntityFactory |
JEntityRemote.ebf
|
Methods in org.objectweb.jonas_ejb.container that return JEntityFactory | |
---|---|
JEntityFactory |
JEntityContext.getEntityFactory()
JEntityFactory accessor |
Methods in org.objectweb.jonas_ejb.container with parameters of type JEntityFactory | |
---|---|
void |
JEntitySwitch.init(JEntityFactory bf,
Object pk)
constructor. |
protected void |
JEntitySwitchCS.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchCRU.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchCRW.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchCRC.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchRO.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchDB.initpolicy(JEntityFactory bf)
|
protected void |
JEntitySwitchCST.initpolicy(JEntityFactory bf)
|
protected abstract void |
JEntitySwitch.initpolicy(JEntityFactory bf)
|
Constructors in org.objectweb.jonas_ejb.container with parameters of type JEntityFactory | |
---|---|
JEntityContext(JEntityFactory bf,
EntityBean eb)
Constructs an EntityContext the Context has to be initialized after this. |
|
JEntityHome(EntityDesc dd,
JEntityFactory bf)
constructor |
|
JEntityLocal(JEntityFactory bf)
constructor |
|
JEntityLocalHome(EntityDesc dd,
JEntityFactory bf)
constructor |
|
JEntityRemote(JEntityFactory bf)
constructor |
|
JRepEntityHome(EntityDesc dd,
JEntityFactory bf)
|
|
JRepEntityLocal(JEntityFactory bf)
Constructor |
|
JRepEntityLocalHome(EntityDesc dd,
JEntityFactory bf)
constructor |
|
JRepEntityRemote(JEntityFactory bf)
|
|
TxListener(JEntityFactory bf,
Transaction tx)
constructor |
Uses of JEntityFactory in org.objectweb.jonas_ejb.container.jorm |
---|
Subclasses of JEntityFactory in org.objectweb.jonas_ejb.container.jorm | |
---|---|
class |
JormFactory
This class is an extension of the JEntityFactory class. |
class |
MedorFactory
This class does the initialisation of Medor and permits to access to the query. |
class |
RdbFactory
|
Constructors in org.objectweb.jonas_ejb.container.jorm with parameters of type JEntityFactory | |
---|---|
JEntityContext(JEntityFactory bf,
EntityBean eb)
|
Uses of JEntityFactory in org.objectweb.jonas.container.mbean |
---|
Constructors in org.objectweb.jonas.container.mbean with parameters of type JEntityFactory | |
---|---|
EntityBean(String objectName,
JEntityFactory factoryToManage,
String persistency)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |