|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrunx.persistence.PersistenceStoreFactory
|
+--jrun.ejb.persistence.ContainerPersistenceStoreFactory
Factory used to create Container-based PersistenceStore objects. Each PersistenceStore is defined through a PersistenceStoreMetaData object.
| Fields inherited from interface jrunx.persistence.Constants |
CMP20_STORE_MANAGER, CREATE_SQL, CREATE_TABLE_SQL, DEFAULT_CACHE_SIZE, DELETE_TABLE_SQL, FILE_NAME, FILE_STORE, FIND_BY_PRIMARY_KEY_SQL, JDBC_STORE, LOAD_SQL, REMOVE_SQL, STORE_SQL, TEMP_DIRECTORY |
| Constructor Summary | |
ContainerPersistenceStoreFactory()
|
|
| Method Summary | |
static PersistenceStore |
createPersistenceStore(ServiceAdapter adapter,
java.lang.ClassLoader loader,
EJBContainerMetaData containerMetaData,
EJBMetaData ejbMetaData)
Creates a new PersisteceStore. |
| Methods inherited from class jrunx.persistence.PersistenceStoreFactory |
createFilePersistenceStore, createJDBCPersistenceStore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContainerPersistenceStoreFactory()
| Method Detail |
public static PersistenceStore createPersistenceStore(ServiceAdapter adapter,
java.lang.ClassLoader loader,
EJBContainerMetaData containerMetaData,
EJBMetaData ejbMetaData)
throws java.lang.Exception
adapter - the ServiceAdapter use to access JMX servicesloader - the ClassLoader used to load any classcontainerMetaData - the Container MetaDataejbMetaData - the EJBMetaData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||