Uses of Class
org.jmonks.batch.framework.management.ProcessorState

Packages that use ProcessorState
org.jmonks.batch.framework.controller.basic   
org.jmonks.batch.framework.controller.pool   
org.jmonks.batch.framework.management   
 

Uses of ProcessorState in org.jmonks.batch.framework.controller.basic
 

Methods in org.jmonks.batch.framework.controller.basic that return ProcessorState
 ProcessorState BasicJobController.getProcessorState(java.lang.String processorID)
          Returns the state of the requested processor as a ProcessorState object.
 

Uses of ProcessorState in org.jmonks.batch.framework.controller.pool
 

Methods in org.jmonks.batch.framework.controller.pool that return ProcessorState
 ProcessorState PoolJobController.getProcessorState(java.lang.String processorID)
          Returns the current state of the processor identified by the given processor ID as the ProcessorState object.
 

Uses of ProcessorState in org.jmonks.batch.framework.management
 

Methods in org.jmonks.batch.framework.management that return ProcessorState
 ProcessorState JobMonitorMBean.getProcessorState(java.lang.String processorID)
          Gets the state of the processor identified by the given processor ID.
 ProcessorState JobMonitor.getProcessorState(java.lang.String processorID)