org.specrunner.jpa
Class PluginEntityManager

java.lang.Object
  extended by org.specrunner.plugins.impl.AbstractPlugin
      extended by org.specrunner.plugins.impl.AbstractPluginNamed
          extended by org.specrunner.plugins.impl.AbstractPluginScoped
              extended by org.specrunner.plugins.impl.AbstractPluginTable
                  extended by org.specrunner.objects.AbstractPluginObject
                      extended by org.specrunner.jpa.PluginEntityManager
All Implemented Interfaces:
org.specrunner.parameters.IParameterHolder, org.specrunner.plugins.IActionType, org.specrunner.plugins.IParalelPlugin, org.specrunner.plugins.IPlugin, org.specrunner.plugins.ISleepPlugin, org.specrunner.plugins.ITestPlugin, org.specrunner.plugins.ITimedPlugin

public class PluginEntityManager
extends AbstractPluginObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.specrunner.objects.AbstractPluginObject
AbstractPluginObject.Field
 
Field Summary
 
Fields inherited from class org.specrunner.objects.AbstractPluginObject
creator, creatorInstance, fields, generic, instances, keysBefore, mapping, reference, references, separator, type, typeInstance
 
Fields inherited from class org.specrunner.plugins.impl.AbstractPlugin
FEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT
 
Constructor Summary
PluginEntityManager()
           
 
Method Summary
protected  void action(org.specrunner.context.IContext context, Object instance, org.specrunner.util.xom.RowAdapter row, org.specrunner.result.IResultSet result)
           
 org.specrunner.plugins.ActionType getActionType()
           
 String getUnit()
           
 String getUrl()
           
protected  boolean isMapped()
           
 void setUnit(String unit)
           
 void setUrl(String url)
           
 
Methods inherited from class org.specrunner.objects.AbstractPluginObject
clean, create, doEnd, getCreator, getCreatorInstance, getMapping, getObject, getReference, getSeparator, getType, getTypeInstance, initialize, loadFields, loadMapping, makeKey, mapObject, merge, normalize, populate, processLine, setBoolean, setChar, setCreator, setCreatorInstance, setDouble, setEntity, setFloat, setInteger, setLong, setMapping, setObject, setObjectInformation, setReference, setSeparator, setShort, setType, setTypeInstance, setValue
 
Methods inherited from class org.specrunner.plugins.impl.AbstractPluginTable
doEnd, doStart, doStart, initialize, toString
 
Methods inherited from class org.specrunner.plugins.impl.AbstractPluginScoped
getScope, saveGlobal, saveLocal, setScope
 
Methods inherited from class org.specrunner.plugins.impl.AbstractPluginNamed
getName, setName
 
Methods inherited from class org.specrunner.plugins.impl.AbstractPlugin
copy, getCondition, getConditionModel, getNormalized, getNormalized, getParameters, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, setCondition, setConditionModel, setNormalized, setParameters, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginEntityManager

public PluginEntityManager()
Method Detail

getUnit

public String getUnit()

setUnit

public void setUnit(String unit)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

isMapped

protected boolean isMapped()
Specified by:
isMapped in class AbstractPluginObject

getActionType

public org.specrunner.plugins.ActionType getActionType()

action

protected void action(org.specrunner.context.IContext context,
                      Object instance,
                      org.specrunner.util.xom.RowAdapter row,
                      org.specrunner.result.IResultSet result)
               throws Exception
Specified by:
action in class AbstractPluginObject
Throws:
Exception


Copyright © 2013. All Rights Reserved.