Package org.apache.openjpa.conf
Class BrokerFactoryValue
- java.lang.Object
-
- org.apache.openjpa.lib.conf.Value
-
- org.apache.openjpa.lib.conf.ObjectValue
-
- org.apache.openjpa.lib.conf.PluginValue
-
- org.apache.openjpa.conf.BrokerFactoryValue
-
- All Implemented Interfaces:
java.lang.Cloneable
public class BrokerFactoryValue extends PluginValue
Value type used to represent theBrokerFactory
. This type is defined separately so that it can be used both in the global configuration and inBootstrap
with the same encapsulated configuration.
-
-
Constructor Summary
Constructors Constructor Description BrokerFactoryValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
get(ConfigurationProvider cp)
Extract the value of this property if set in the given provider.static void
set(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
configure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
-
Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue
configure, get, instantiate, newInstance, set, setInternalObject
-
Methods inherited from class org.apache.openjpa.lib.conf.Value
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, toString, unalias, unalias, valueChanged
-
-
-
-
Field Detail
-
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static java.lang.Object get(ConfigurationProvider cp)
Extract the value of this property if set in the given provider.
-
set
public static void set(ConfigurationProvider cp, java.lang.String value)
Set the value of this property in the given provider.
-
-