|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.kernel.Bootstrap
public class Bootstrap
Helper methods for acquiring BrokerFactory
objects
Constructor Summary | |
---|---|
Bootstrap()
|
Method Summary | |
---|---|
static BrokerFactory |
getBrokerFactory()
Return a pooled factory for the default configuration. |
static BrokerFactory |
getBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a pooled factory for the given configuration. |
static BrokerFactory |
newBrokerFactory()
Return a new factory for the default configuration. |
static BrokerFactory |
newBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a new factory for the given configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bootstrap()
Method Detail |
---|
public static BrokerFactory newBrokerFactory()
public static BrokerFactory newBrokerFactory(ConfigurationProvider conf, ClassLoader loader)
public static BrokerFactory getBrokerFactory()
public static BrokerFactory getBrokerFactory(ConfigurationProvider conf, ClassLoader loader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |