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
-
Manager()
-
-
ListOperationStatus()
- Gives the status of all operations at the transfer maneger
(pending, stopped operations)
-
StartOperation(String)
- Starts a transfer operation after a CL entity request.
-
StopManager()
-
Manager
public Manager()
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
StopManager
public void StopManager() throws TransferServiceException
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