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

Constructor Index

 o OperationRecord()

Method Index

 o getDate()
Get the creation date of the operation record.
 o getLastUpdate()
Get the date of the last update
 o getStatus()
Get the current status of the operation.
 o setStatus(int)
Set the status of the operation.

Constructors

 o OperationRecord
  public OperationRecord()

Methods

 o getDate
  public Date getDate()
Get the creation date of the operation record.
Returns:
start time of the operation
 o getLastUpdate
  public Date getLastUpdate()
Get the date of the last update
 o setStatus
  public synchronized void setStatus(int status)
Set the status of the operation.
Parameters:
status - new status value
Returns:
none
 o getStatus
  public int getStatus()
Get the current status of the operation.
Returns:
status value

All Packages  Class Hierarchy  This Package  Previous  Next  Index