Package com.polarion.platform.jobs.spi
Class DotStatusFileCreator
java.lang.Object
com.polarion.platform.jobs.spi.DotStatusFileCreator
- All Implemented Interfaces:
IJobStateListener
,EventListener
Base of .status file creator in the form of job listener.
stateChangedInternal(IJob, JobState, String)
must be overridden to actually
create .status file.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Field Details
-
STATUS_FILENAME
common .status file name -.status
- See Also:
-
STATUS_FILE_ENCODING
common .status file encoding - UTF-8- See Also:
-
-
Constructor Details
-
DotStatusFileCreator
public DotStatusFileCreator()
-
-
Method Details
-
stateChanged
Description copied from interface:IJobStateListener
Job state changed. The state can be null only in case the job is inaccessible.- Specified by:
stateChanged
in interfaceIJobStateListener
- Parameters:
job
- jobstate
- job state in the time this event was sent- See Also:
-