|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.management.ProcessorState
This represents the state of the processor(thread) running under the controller. This gives the information like processor ID, description and processing information.
Constructor Summary | |
ProcessorState(java.lang.String processorID,
java.lang.String processorDescription,
java.lang.Object processingInfo)
Constructor initializes the object. |
Method Summary | |
java.lang.Object |
getProcessingInfo()
Returns the processor processing information. |
java.lang.String |
getProcessorDescription()
Returns the processor description. |
java.lang.String |
getProcessorID()
Returns the processor ID. |
java.lang.String |
toString()
Returns the string representation of ProcessorState class in the format {ProcessorState [ID = value] [desc = value] [processingInfo = value]} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessorState(java.lang.String processorID, java.lang.String processorDescription, java.lang.Object processingInfo)
Method Detail |
public java.lang.String getProcessorID()
public java.lang.String getProcessorDescription()
public java.lang.Object getProcessingInfo()
public java.lang.String toString()
Returns the string representation of ProcessorState class in the format
{ProcessorState [ID = value] [desc = value] [processingInfo = value]}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |