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

Class semper.transfer.Manager

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

public class Manager
extends Object
Transfer manager controls the active transfer operations. Later we will also write the methods to implement the TransferServiceInterface to transparently send and receive containers.
Version:
$Revision: 1.2 $ $Date: 1996/05/23 17:33:22 $
Author:
Christian Thiel ([email protected]), Ferdinando Loiacono ([email protected])
See Also:
Operation

Constructor Index

 o Manager()

Method Index

 o ListOperationStatus()
Gives the status of all operations at the transfer maneger (pending, stopped operations)
 o StartOperation(String)
Starts a transfer operation after a CL entity request.
 o StopManager()

Constructors

 o Manager
  public Manager()

Methods

 o StartOperation
  public String StartOperation(String OperationClassName)
Starts a transfer operation after a CL entity request.
Parameters:
OperationClassName - is the name of the operation object to be started.
Returns:
the unique Operation identifier
 o StopManager
  public void StopManager() throws TransferServiceException
 o ListOperationStatus
  public Vector ListOperationStatus()
Gives the status of all operations at the transfer maneger (pending, stopped operations)
Returns:
a list of couples, consisting on the operationID and the corresponding status.
See Also:
operation

All Packages  Class Hierarchy  This Package  Previous  Next  Index