|
||||||||||
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.slice.ExecutorServiceValue
public class ExecutorServiceValue
Value type used to represent a ExecutorService
.
This value controls the thread pool parameters. The thread pool is used
to execute the queries.
Constructor Summary | |
---|---|
ExecutorServiceValue()
|
Method Summary | |
---|---|
Object |
instantiate(Class type,
org.apache.openjpa.lib.conf.Configuration conf,
boolean fatal)
Configures a cached or fixed thread pool. |
void |
setProperties(String props)
|
Methods inherited from class org.apache.openjpa.lib.conf.PluginValue |
---|
getClassName, getInternalString, getProperties, getString, getValueType, isSingleton, objectChanged, set, setClassName, setInternalString, 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 |
---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutorServiceValue()
Method Detail |
---|
public void setProperties(String props)
setProperties
in class org.apache.openjpa.lib.conf.PluginValue
public Object instantiate(Class type, org.apache.openjpa.lib.conf.Configuration conf, boolean fatal)
instantiate
in class org.apache.openjpa.lib.conf.PluginValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |