Package org.imixs.archive.service.resync
Class ResyncStatusHandler
java.lang.Object
org.imixs.archive.service.resync.ResyncStatusHandler
The ImportStatusHandler provides a status flag for the ImportService
- Version:
- 1.0
- Author:
- rsoika
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STAUS_RUNNING
public static final byte STAUS_RUNNING- See Also:
-
STAUS_STOPPED
public static final byte STAUS_STOPPED- See Also:
-
STAUS_CANCELED
public static final byte STAUS_CANCELED- See Also:
-
-
Constructor Details
-
ResyncStatusHandler
public ResyncStatusHandler()
-
-
Method Details
-
getStatus
public byte getStatus() -
setStatus
public void setStatus(byte status)
-