|
Kodo 4.1.0 generated on October 9 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.openjpa.kernel.AbstractBrokerFactory
kodo.remote.ClientBrokerFactory
public class ClientBrokerFactory
Factory type for use with Kodo's client/server execution mode.
| Constructor Summary | |
|---|---|
ClientBrokerFactory(ClientConfiguration conf)
Construct the factory with the given option settings; however, the factory construction methods are recommended. |
|
| Method Summary | |
|---|---|
void |
addTransferListener(RemoteTransferListener listener)
|
protected Object |
getFactoryInitializationBanner()
|
static ClientBrokerFactory |
getInstance(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Factory method for obtaining a possibly-pooled factory from properties. |
Properties |
getProperties()
|
Collection |
getTransferListeners()
Immutable list of registered transfer listeners. |
static ClientBrokerFactory |
newInstance(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Factory method for constructing a factory from properties. |
protected org.apache.openjpa.kernel.StoreManager |
newStoreManager()
|
void |
removeTransferListener(RemoteTransferListener listener)
|
| Methods inherited from class org.apache.openjpa.kernel.AbstractBrokerFactory |
|---|
addLifecycleListener, addLifecycleListeners, close, configureBroker, findBroker, findTransactionalBroker, getConfiguration, getPooledFactory, getPooledFactory, getUserObject, isClosed, lock, makeReadOnly, newBroker, newBroker, newBroker, newBroker, newBroker, newBrokerImpl, pool, putUserObject, readResolve, removeLifecycleListener, setup, unlock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientBrokerFactory(ClientConfiguration conf)
| Method Detail |
|---|
public static ClientBrokerFactory getInstance(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
KodoHelper#getBrokerFactory.
public static ClientBrokerFactory newInstance(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
KodoHelper#newBrokerFactory.
protected Object getFactoryInitializationBanner()
getFactoryInitializationBanner in class org.apache.openjpa.kernel.AbstractBrokerFactorypublic Collection getTransferListeners()
public void addTransferListener(RemoteTransferListener listener)
public void removeTransferListener(RemoteTransferListener listener)
public Properties getProperties()
getProperties in interface org.apache.openjpa.kernel.BrokerFactorygetProperties in class org.apache.openjpa.kernel.AbstractBrokerFactoryprotected org.apache.openjpa.kernel.StoreManager newStoreManager()
newStoreManager in class org.apache.openjpa.kernel.AbstractBrokerFactory
|
Kodo 4.1.0 generated on October 9 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||