Class semper.transfer.OperationRecord
All Packages Class Hierarchy This Package Previous Next Index
Class semper.transfer.OperationRecord
java.lang.Object
|
+----semper.transfer.OperationRecord
- public class OperationRecord
- extends Object
Repository of information related to an operation. An Operation record is
the record of a transfer operation. It will contain every logging
information in excess of what is possible via the standard SEMPER
logging mechanism.
Maybe a common class can be defined for all SEMPER operations in the
transfer layer, providing a unified data class to store the status of the
active operation that keeps this operation record.
- Version:
- $Revision: 1.2 $ $Date: 1996/05/23 17:33:24 $
- Author:
- Christian Thiel ([email protected]), Ferdinando Loiacono ([email protected])
- See Also:
- Operation
-
OperationRecord()
-
-
getDate()
- Get the creation date of the operation record.
-
getLastUpdate()
- Get the date of the last update
-
getStatus()
- Get the current status of the operation.
-
setStatus(int)
- Set the status of the operation.
OperationRecord
public OperationRecord()
getDate
public Date getDate()
- Get the creation date of the operation record.
- Returns:
- start time of the operation
getLastUpdate
public Date getLastUpdate()
- Get the date of the last update
setStatus
public synchronized void setStatus(int status)
- Set the status of the operation.
- Parameters:
- status - new status value
- Returns:
- none
getStatus
public int getStatus()
- Get the current status of the operation.
- Returns:
- status value
All Packages Class Hierarchy This Package Previous Next Index