public abstract class AbstractPluginFactory extends AbstractPluginValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
factory
The factory class.
|
protected String |
method
The method name in object factory.
|
protected String |
type
The provider class name.
|
eval, valuescopenameFEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_NORMALIZER, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAITparameters| Constructor and Description |
|---|
AbstractPluginFactory() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
getActionType() |
String |
getFactory()
Get the session factory factory class.
|
String |
getMethod()
Get the static method of object factory.
|
String |
getType()
Get the session factory provider class name.
|
void |
setFactory(String factory)
Set session factory object factory.
|
void |
setMethod(String method)
Set the method of a factory.
|
void |
setType(String type)
Set the session factory provider.
|
getValue, getValue, isEval, setEval, setValuegetScope, saveGlobal, saveLocal, saveStrict, setScopegetName, setNamecopy, doEnd, doStart, getCondition, getConditionModel, getNormalized, getNormalized, getNormalizer, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, initialize, setCondition, setConditionModel, setNormalized, setNormalizer, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toStringgetParameters, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, setParametersprotected String type
protected String factory
protected String method
public ActionType getActionType()
public String getType()
public void setType(String type)
type - The factory type.public String getFactory()
public void setFactory(String factory)
factory - The object factory name.public String getMethod()
public void setMethod(String method)
method - The factory method.Copyright © 2017. All rights reserved.