|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(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(ConfigurationProvider cp)
Factory method for constructing a factory from properties. |
protected StoreManager |
newStoreManager()
|
void |
removeTransferListener(RemoteTransferListener listener)
|
Methods inherited from class org.apache.openjpa.kernel.AbstractBrokerFactory |
---|
addLifecycleListener, addListeners, addTransactionListener, close, configureBroker, findBroker, findTransactionalBroker, getConfiguration, getOpenBrokers, getPooledFactoryForKey, getPoolKey, getUserObject, isClosed, lock, makeReadOnly, newBroker, newBroker, newBroker, newBroker, newBroker, newBrokerImpl, pool, putUserObject, readResolve, releaseBroker, removeLifecycleListener, removeTransactionListener, setup, toPoolKey, 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(ConfigurationProvider cp)
KodoHelper#getBrokerFactory
.
public static ClientBrokerFactory newInstance(ConfigurationProvider cp)
KodoHelper#newBrokerFactory
.
protected Object getFactoryInitializationBanner()
getFactoryInitializationBanner
in class AbstractBrokerFactory
public Collection getTransferListeners()
public void addTransferListener(RemoteTransferListener listener)
public void removeTransferListener(RemoteTransferListener listener)
public Properties getProperties()
getProperties
in interface BrokerFactory
getProperties
in class AbstractBrokerFactory
protected StoreManager newStoreManager()
newStoreManager
in class AbstractBrokerFactory
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |