|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.tck.pc.company.CompanyFactoryRegistry
| Method Summary | |
static CompanyFactory |
getInstance()
Get the currently registered factory. |
static void |
registerFactory()
Register the default factory. |
static void |
registerFactory(CompanyFactory factory)
Register the factory. |
static void |
registerFactory(javax.jdo.PersistenceManager pm)
Register a factory using the default factory name from the system property. |
static void |
registerFactory(java.lang.String factoryClassName,
javax.jdo.PersistenceManager pm)
Register a factory using the specified factoryName parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static CompanyFactory getInstance()
public static void registerFactory()
public static void registerFactory(javax.jdo.PersistenceManager pm)
pm - the PersistenceManager
public static void registerFactory(java.lang.String factoryClassName,
javax.jdo.PersistenceManager pm)
factoryClassName - the fully-qualified class name of the factorypm - the PersistenceManagerpublic static void registerFactory(CompanyFactory factory)
factory - the factory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||