org.apache.openjpa.conf
Class BrokerFactoryValue
java.lang.Object
   org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.Value
       org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.ObjectValue
           org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.lib.conf.PluginValue
               org.apache.openjpa.conf.BrokerFactoryValue
org.apache.openjpa.conf.BrokerFactoryValue
- All Implemented Interfaces: 
- Cloneable
- public class BrokerFactoryValue 
- extends PluginValue
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.
 
 
 
| 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.Value | 
| addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getScope, hashCode, isAliasListComprehensive, isDynamic, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged | 
 
 
KEY
public static final String KEY
- See Also:
- Constant Field Values
BrokerFactoryValue
public BrokerFactoryValue()
get
public static Object get(ConfigurationProvider cp)
- Extract the value of this property if set in the given provider.
 
- 
 
set
public static void set(ConfigurationProvider cp,
                       String value)
- Set the value of this property in the given provider.
 
- 
 
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.