|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.conf.BrokerFactoryValue
public class BrokerFactoryValue
Value type used to represent the BrokerFactory
. This type is
defined separately so that it can be used both in the global configuration
and in Bootstrap
with the same
encapsulated configuration.
Field Summary | |
---|---|
static java.lang.String |
KEY
|
Constructor Summary | |
---|---|
BrokerFactoryValue()
|
Method Summary | |
---|---|
static java.lang.Object |
get(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Extract the value of this property if set in the given provider. |
static void |
set(org.apache.openjpa.lib.conf.ConfigurationProvider cp,
java.lang.String value)
Set the value of this property in the given provider. |
Methods inherited from class org.apache.openjpa.lib.conf.PluginValue |
---|
getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString |
Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue |
---|
get, instantiate, newInstance, set, setInternalObject |
Methods inherited from class org.apache.openjpa.lib.conf.Value |
---|
alias, alias, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getProperty, getScope, hashCode, isAliasListComprehensive, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY
Constructor Detail |
---|
public BrokerFactoryValue()
Method Detail |
---|
public static java.lang.Object get(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
public static void set(org.apache.openjpa.lib.conf.ConfigurationProvider cp, java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |