Class semper.transfer.Operation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.transfer.Operation

java.lang.Object
   |
   +----semper.transfer.Operation

public class Operation
extends Object
Provides an abstract description of the operation class. This class is very generic, and provides a basic functionality to control the status of an operation.
Version:
$Revision: 1.3 $ $Date: 1996/10/25 11:01:24 $
Author:
Christian Thiel ([email protected])

Constructor Index

 o Operation()

Method Index

 o Abort()
Aborts a transfer operation if possible.
 o GetStatus()
Returns the status of a transfer operation.
 o Resume()
Resumes the status of an interrupted transfer operation.

Constructors

 o Operation
  public Operation()

Methods

 o Resume
  public abstract void Resume()
Resumes the status of an interrupted transfer operation. long description with pre/post-conditions etc follows here
 o Abort
  public abstract void Abort()
Aborts a transfer operation if possible. long description with pre/post-conditions etc follows here
 o GetStatus
  public abstract void GetStatus()
Returns the status of a transfer operation. long description with pre/post-conditions etc follows here

All Packages  Class Hierarchy  This Package  Previous  Next  Index