org.apache.openjpa.conf
Class BrokerValue
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.BrokerValue
- All Implemented Interfaces:
- java.lang.Cloneable
public class BrokerValue
- extends PluginValue
Custom PluginValue
that can efficiently create BrokerImpl
instances.
- Since:
- 0.9.7
Method Summary |
java.lang.Object |
newInstance(java.lang.String clsName,
java.lang.Class type,
Configuration conf,
boolean fatal)
|
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 |
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 |
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
NON_FINALIZING_ALIAS
public static final java.lang.String NON_FINALIZING_ALIAS
- See Also:
- Constant Field Values
DEFAULT_ALIAS
public static final java.lang.String DEFAULT_ALIAS
- See Also:
- Constant Field Values
BrokerValue
public BrokerValue()
newInstance
public java.lang.Object newInstance(java.lang.String clsName,
java.lang.Class type,
Configuration conf,
boolean fatal)
- Overrides:
newInstance
in class ObjectValue
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.