org.globus.ogsa.impl.base.reliabletransfer
Class ReliableTransferImpl

java.lang.Object
  extended bySecureNotificationServiceSkeleton
      extended byorg.globus.ogsa.impl.base.reliabletransfer.ReliableTransferImpl

public class ReliableTransferImpl
extends SecureNotificationServiceSkeleton

See Also:
Serialized Form

Nested Class Summary
 class ReliableTransferImpl.TransferThread
           
 
Constructor Summary
ReliableTransferImpl()
           
 
Method Summary
 void cancelTransfer(int transferJobID)
           
 int getStatus()
           
 TransferJob[] getTransfers()
           
 void postCreate(GridContext messageContext)
           
 void preDestroy()
           
 int submitTransferJob(java.lang.String fromURL, java.lang.String toURL, ReliableTransferAttributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReliableTransferImpl

public ReliableTransferImpl()
Method Detail

submitTransferJob

public int submitTransferJob(java.lang.String fromURL,
                             java.lang.String toURL,
                             ReliableTransferAttributes attributes)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStatus

public int getStatus()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancelTransfer

public void cancelTransfer(int transferJobID)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

postCreate

public void postCreate(GridContext messageContext)
                throws GridServiceException
Throws:
GridServiceException

preDestroy

public void preDestroy()
                throws java.lang.Exception
Throws:
java.lang.Exception

getTransfers

public TransferJob[] getTransfers()