org.jbpm.taskmgmt.impl
Class DefaultTaskInstanceFactoryImpl

java.lang.Object
  extended by org.jbpm.taskmgmt.impl.DefaultTaskInstanceFactoryImpl
All Implemented Interfaces:
java.io.Serializable, TaskInstanceFactory

public class DefaultTaskInstanceFactoryImpl
extends java.lang.Object
implements TaskInstanceFactory

the default task instance factory.

See Also:
Serialized Form

Constructor Summary
DefaultTaskInstanceFactoryImpl()
           
 
Method Summary
 TaskInstance createTaskInstance(ExecutionContext executionContext)
          create a new task instance for the given execution context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTaskInstanceFactoryImpl

public DefaultTaskInstanceFactoryImpl()
Method Detail

createTaskInstance

public TaskInstance createTaskInstance(ExecutionContext executionContext)
Description copied from interface: TaskInstanceFactory
create a new task instance for the given execution context.

Specified by:
createTaskInstance in interface TaskInstanceFactory