com.evolveum.midpoint.task.quartzimpl.execution
Class LocalNodeManager

java.lang.Object
  extended by com.evolveum.midpoint.task.quartzimpl.execution.LocalNodeManager

public class LocalNodeManager
extends Object

Manages task threads on the local node. Concerned mainly with stopping threads and querying their state.

Author:
Pavol Mederly

Constructor Summary
LocalNodeManager(TaskManagerQuartzImpl taskManager)
           
 
Method Summary
 ExecutionManager getGlobalExecutionManager()
           
 NodeExecutionStatus getLocalNodeExecutionStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalNodeManager

public LocalNodeManager(TaskManagerQuartzImpl taskManager)
Method Detail

getLocalNodeExecutionStatus

public NodeExecutionStatus getLocalNodeExecutionStatus()

getGlobalExecutionManager

public ExecutionManager getGlobalExecutionManager()


Copyright © 2013 evolveum. All Rights Reserved.