|
||||||||||
| 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.BrokerValue
public class BrokerValue
Custom PluginValue that can efficiently create BrokerImpl
instances.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ALIAS
|
static java.lang.String |
KEY
|
static java.lang.String |
NON_FINALIZING_ALIAS
|
| Constructor Summary | |
|---|---|
BrokerValue()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
newInstance(java.lang.String clsName,
java.lang.Class type,
org.apache.openjpa.lib.conf.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.ObjectValue |
|---|
get, instantiate, 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
public static final java.lang.String NON_FINALIZING_ALIAS
public static final java.lang.String DEFAULT_ALIAS
| Constructor Detail |
|---|
public BrokerValue()
| Method Detail |
|---|
public java.lang.Object newInstance(java.lang.String clsName,
java.lang.Class type,
org.apache.openjpa.lib.conf.Configuration conf,
boolean fatal)
newInstance in class org.apache.openjpa.lib.conf.ObjectValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||