|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessorStatus | |
org.jmonks.batch.framework.controller.basic | |
org.jmonks.batch.framework.controller.pool | |
org.jmonks.batch.framework.management |
Uses of ProcessorStatus in org.jmonks.batch.framework.controller.basic |
Fields in org.jmonks.batch.framework.controller.basic declared as ProcessorStatus | |
protected ProcessorStatus |
BasicJobProcessor.processorStatus
Indicates the status of this processor. |
Methods in org.jmonks.batch.framework.controller.basic that return ProcessorStatus | |
ProcessorStatus |
BasicJobProcessor.getProcessorStatus()
Returns the status of the processor as a ProcessorStatus object, which gives the information like whether the processor is running, suspended, resumed or stopped. |
ProcessorStatus |
BasicJobController.getProcessorStatus(java.lang.String processorID)
Returns the status of the processor identified by the given processor ID. |
Uses of ProcessorStatus in org.jmonks.batch.framework.controller.pool |
Fields in org.jmonks.batch.framework.controller.pool declared as ProcessorStatus | |
protected ProcessorStatus |
AbstractPoolJobProcessor.processorStatus
Holds the processor status. |
protected ProcessorStatus |
AbstractPoolJobLoader.loaderStatus
Holds the status of the loader. |
Methods in org.jmonks.batch.framework.controller.pool that return ProcessorStatus | |
ProcessorStatus |
PoolJobProcessor.getProcessorStatus()
Gets the processor status being used by the management clients. |
ProcessorStatus |
PoolJobLoader.getLoaderStatus()
Gets the loader status. |
ProcessorStatus |
PoolJobController.getProcessorStatus(java.lang.String processorID)
Returns the status of the processor identified by the given processor ID. |
ProcessorStatus |
AbstractPoolJobProcessor.getProcessorStatus()
|
ProcessorStatus |
AbstractPoolJobLoader.getLoaderStatus()
Returns the status of the loader. |
Uses of ProcessorStatus in org.jmonks.batch.framework.management |
Fields in org.jmonks.batch.framework.management declared as ProcessorStatus | |
static ProcessorStatus |
ProcessorStatus.INSTANTIATED
Status indicates that processor is instantiated. |
static ProcessorStatus |
ProcessorStatus.INITIALIZING
Status indicates that processor is being initialized. |
static ProcessorStatus |
ProcessorStatus.INITIALIZED
Status indicates that processor is initailized. |
static ProcessorStatus |
ProcessorStatus.RUNNING
Status indicates that processor is running. |
static ProcessorStatus |
ProcessorStatus.SUSPENDED
Status indictes that processor is suspended. |
static ProcessorStatus |
ProcessorStatus.STOPPED
Status indicates the processor is stopped. |
static ProcessorStatus |
ProcessorStatus.RESUMED
Status indicates the processor is resumed. |
static ProcessorStatus |
ProcessorStatus.CLEANUP
Status indicates the processor is being cleaned up. |
static ProcessorStatus |
ProcessorStatus.FINISHED
Status indicates the processor is finished. |
Methods in org.jmonks.batch.framework.management that return ProcessorStatus | |
ProcessorStatus |
JobManagerMBean.getProcessorStatus(java.lang.String processorID)
Returns the status of the processor identified by the given processor ID. |
ProcessorStatus |
JobManager.getProcessorStatus(java.lang.String processorID)
Returns the status of the processor identified by the given processor ID. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |