org.nees.data.service.client
Class GridFTPTransfer

java.lang.Object
  extended byorg.nees.data.service.client.Transfer
      extended byorg.nees.data.service.client.GridFTPTransfer

public class GridFTPTransfer
extends Transfer

Author:
USER

Field Summary
protected  org.ietf.jgss.GSSCredential _credential
           
 
Fields inherited from class org.nees.data.service.client.Transfer
COUNTING_RETRY_MODE, FAIL_FAST_MODE, faultMode, RETRY_MODE, retryCount, retryCounter, retryInterval, TIMED_RETRY_MODE, timer, timeRemaining, warned
 
Constructor Summary
GridFTPTransfer(NFMSSession session)
           
GridFTPTransfer(NFMSSession session, org.ietf.jgss.GSSCredential credential)
          Creates a new instance of GridFTPTransfer
 
Method Summary
protected  org.ietf.jgss.GSSCredential getCredential()
           
 java.lang.String getProtocol()
           
 TransferFacade getTransferFacade(java.net.URI uri)
           
protected  void setCredential(org.ietf.jgss.GSSCredential credential)
           
 
Methods inherited from class org.nees.data.service.client.Transfer
clearRetryWarning, get, getFaultMode, log, put, repeatRetry, resetCounters, setFaultMode, setRetryCount, setRetryInterval, setTimer, sleep, sleep, warn, warnRetry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_credential

protected org.ietf.jgss.GSSCredential _credential
Constructor Detail

GridFTPTransfer

public GridFTPTransfer(NFMSSession session)

GridFTPTransfer

public GridFTPTransfer(NFMSSession session,
                       org.ietf.jgss.GSSCredential credential)
Creates a new instance of GridFTPTransfer

Method Detail

getTransferFacade

public TransferFacade getTransferFacade(java.net.URI uri)
                                 throws java.lang.Exception
Overrides:
getTransferFacade in class Transfer
Throws:
java.lang.Exception

getProtocol

public java.lang.String getProtocol()
Specified by:
getProtocol in class Transfer

setCredential

protected void setCredential(org.ietf.jgss.GSSCredential credential)

getCredential

protected org.ietf.jgss.GSSCredential getCredential()
                                             throws java.lang.Exception
Throws:
java.lang.Exception