KIE Internal 6.0.1.Final

org.kie.internal.runtime.manager
Interface TaskServiceFactory


public interface TaskServiceFactory

Factory that produces TaskService instances.


Method Summary
 void close()
          Closes this factory and releases all resources
 org.kie.api.task.TaskService newTaskService()
          Produces new instance of TaskService
 

Method Detail

newTaskService

org.kie.api.task.TaskService newTaskService()
Produces new instance of TaskService

Returns:
new instance of TaskService

close

void close()
Closes this factory and releases all resources


KIE Internal 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.