KIE Internal 6.1.0.CR2

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.1.0.CR2

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