GNDMS 0.6.0
RESTful verison of GNDMS
Protected Member Functions | Protected Attributes | Private Attributes

de.zib.gndms.logic.model.TaskAction< O extends Serializable > Class Reference

A TaskAction is used to execute a model of type Taskling with an underlying model of de.zib.gndms.neomodel.gorfx.Task. More...

Inherits de::zib::gndms::kit::security::RequiresCredentialProvider.

List of all members.

Protected Member Functions

 TaskAction (final Class< O > orderClass)

Protected Attributes

final Logger logger = LoggerFactory.getLogger( this.getClass() )
 Used for logging during task execution.
volatile ModelUpdateListener
< Taskling
modelUpdateListener = null

Private Attributes

TaskExecutionService service
 The ExecutionService on which this TaskAction runs.
String wid
EntityManagerFactory emf
 An EntityManagerFactory for task actions that need it.
order
 Unserialized version of the order.
Class< O > orderClass
 Class of the order, required for casting.
ConfigletProvider configletProvider
CredentialProvider credentialProvider

Detailed Description

A TaskAction is used to execute a model of type Taskling with an underlying model of de.zib.gndms.neomodel.gorfx.Task.

Author:
try ste fan pla nti kow zib

User: stepn Date: 15.09.2008 Time: 11:26:48

O ist the Order class


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables