|
SolarMetric Kodo JDO 3.4.1 generated on May 30 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kodo.runtime.PersistenceManagerFactoryImpl
|
+--kodo.remote.ClientPersistenceManagerFactory
Persistence manager factory type for use with Kodo's client/server execution mode.
| Constructor Summary | |
ClientPersistenceManagerFactory()
Default constructor; however, the factory construction methods are recommended. |
|
ClientPersistenceManagerFactory(ClientConfiguration conf)
Construct the factory with the given option settings; however, the factory construction methods are recommended. |
|
| Method Summary | |
void |
addTransferListener(RemoteTransferListener listener)
Register a TransferListener that will be called as the persistence manager uploads objects to the server during flush operations and when objects are downloaded from the server as part of queries or loads. |
static ClientPersistenceManagerFactory |
getPersistenceManagerFactory()
Factory method for constructing a persistence manager factory from the default configuration. |
static ClientPersistenceManagerFactory |
getPersistenceManagerFactory(ClientConfiguration conf)
Factory method for constructing a persistence manager factory from a configuration. |
static PersistenceManagerFactory |
getPersistenceManagerFactory(Properties props)
Factory method for constructing a persistence manager factory from properties. |
Properties |
getProperties()
Subclasses should override this method to add a Platform
property listing the runtime platform, such as:
Kodo JDO JDBC Edition: Oracle Database |
Collection |
getTransferListeners()
|
protected StoreManager |
newStoreManager()
Return a new StoreManager for this runtime. |
void |
registerTransferListener(RemoteTransferListener listener)
Deprecated. replaced by addTransferListener(kodo.remote.RemoteTransferListener) |
void |
removeTransferListener(RemoteTransferListener listener)
Deregisters a previously registered RemoteTransferListener. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClientPersistenceManagerFactory()
public ClientPersistenceManagerFactory(ClientConfiguration conf)
| Method Detail |
public static PersistenceManagerFactory getPersistenceManagerFactory(Properties props)
JDOHelper.getPersistenceManagerFactory(java.util.Properties).public static ClientPersistenceManagerFactory getPersistenceManagerFactory()
public static ClientPersistenceManagerFactory getPersistenceManagerFactory(ClientConfiguration conf)
public Properties getProperties()
PersistenceManagerFactoryImplPlatform
property listing the runtime platform, such as:
Kodo JDO JDBC Edition: Oracle DatabasegetProperties in class PersistenceManagerFactoryImplprotected StoreManager newStoreManager()
PersistenceManagerFactoryImplPersistenceManagerFactoryImpl.newPersistenceManager(java.lang.String, java.lang.String) method.newStoreManager in class PersistenceManagerFactoryImplpublic Collection getTransferListeners()
public void addTransferListener(RemoteTransferListener listener)
RemoteTransferListenerpublic void registerTransferListener(RemoteTransferListener listener)
addTransferListener(kodo.remote.RemoteTransferListener)
public void removeTransferListener(RemoteTransferListener listener)
addTransferListener(kodo.remote.RemoteTransferListener)
|
SolarMetric Kodo JDO 3.4.1 generated on May 30 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||