org.globus.ogsa.impl.base.multirft
Class MyMarkerListener

java.lang.Object
  extended byorg.globus.ogsa.impl.base.multirft.MyMarkerListener

public class MyMarkerListener
extends java.lang.Object

Description of the Class


Field Summary
 ByteRangeList list
          Description of the Field
 
Constructor Summary
MyMarkerListener()
          Constructor for the MyMarkerListener object
MyMarkerListener(FileTransferProgressType transferProgress, ServiceDataSet serviceData, ServiceData transferProgressData, long size, ServiceData restartMarkerServiceDataType, FileTransferRestartMarker restartMarkerType, ServiceData gridFTPRestartMarkerSD, GridFTPRestartMarkerElement gridFTPRestartMarkerElement, ServiceData gridFTPPerfMarkerSD, GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
          Constructor for the MyMarkerListener object
 
Method Summary
 ByteRangeList getByteRangeList()
          DOCUMENT ME!
 void markerArrived(Marker m)
          DOCUMENT ME!
 void setFileTransferRestartMarker(FileTransferRestartMarker restartMarkerType)
          Sets the fileTransferRestartMarker attribute of the MyMarkerListener object
 void setGridFTPPerfMarkerElement(GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
          Sets the gridFTPPerfMarkerElement attribute of the MyMarkerListener object
 void setGridFTPPerfMarkerSD(ServiceData gridFTPPerfMarkerSD)
          Sets the gridFTPPerfMarkerSD attribute of the MyMarkerListener object
 void setGridFTPRestartMarkerElement(GridFTPRestartMarkerElement gridFTPRestartMarkerElement)
          Sets the gridFTPRestartMarkerElement attribute of the MyMarkerListener object
 void setGridFTPRestartMarkerSD(ServiceData gridFTPRestartMarkerSD)
          Sets the gridFTPRestartMarkerSD attribute of the MyMarkerListener object
 void setRestartMarkerServiceDataType(ServiceData restartMarkerServiceDataType)
          Sets the restartMarkerServiceDataType attribute of the MyMarkerListener object
 void setServiceDataSet(ServiceDataSet serviceData)
          Sets the serviceDataSet attribute of the MyMarkerListener object
 void setSize(long size)
          Sets the size attribute of the MyMarkerListener object
 void setTransferDbOptions(TransferDbOptions dbOptions)
          Sets the transferDbOptions attribute of the MyMarkerListener object
 void setTransferId(int transferid)
          DOCUMENT ME!
 void setTransferProgress(FileTransferProgressType transferProgress)
          Sets the transferProgress attribute of the MyMarkerListener object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public ByteRangeList list
Description of the Field

Constructor Detail

MyMarkerListener

public MyMarkerListener()
Constructor for the MyMarkerListener object


MyMarkerListener

public MyMarkerListener(FileTransferProgressType transferProgress,
                        ServiceDataSet serviceData,
                        ServiceData transferProgressData,
                        long size,
                        ServiceData restartMarkerServiceDataType,
                        FileTransferRestartMarker restartMarkerType,
                        ServiceData gridFTPRestartMarkerSD,
                        GridFTPRestartMarkerElement gridFTPRestartMarkerElement,
                        ServiceData gridFTPPerfMarkerSD,
                        GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
Constructor for the MyMarkerListener object

Parameters:
transferProgress - Description of the Parameter
serviceData - Description of the Parameter
transferProgressData - Description of the Parameter
size - Description of the Parameter
restartMarkerServiceDataType - Description of the Parameter
restartMarkerType - Description of the Parameter
gridFTPRestartMarkerSD - Description of the Parameter
gridFTPRestartMarkerElement - Description of the Parameter
gridFTPPerfMarkerSD - Description of the Parameter
gridFTPPerfMarkerElement - Description of the Parameter
Method Detail

setTransferDbOptions

public void setTransferDbOptions(TransferDbOptions dbOptions)
                          throws java.rmi.RemoteException
Sets the transferDbOptions attribute of the MyMarkerListener object

Parameters:
dbOptions - The new transferDbOptions value
Throws:
java.rmi.RemoteException - Description of the Exception

setTransferProgress

public void setTransferProgress(FileTransferProgressType transferProgress)
Sets the transferProgress attribute of the MyMarkerListener object

Parameters:
transferProgress - The new transferProgress value

setServiceDataSet

public void setServiceDataSet(ServiceDataSet serviceData)
Sets the serviceDataSet attribute of the MyMarkerListener object

Parameters:
serviceData - The new serviceDataSet value

setSize

public void setSize(long size)
Sets the size attribute of the MyMarkerListener object

Parameters:
size - The new size value

setRestartMarkerServiceDataType

public void setRestartMarkerServiceDataType(ServiceData restartMarkerServiceDataType)
Sets the restartMarkerServiceDataType attribute of the MyMarkerListener object

Parameters:
restartMarkerServiceDataType - The new restartMarkerServiceDataType value

setFileTransferRestartMarker

public void setFileTransferRestartMarker(FileTransferRestartMarker restartMarkerType)
Sets the fileTransferRestartMarker attribute of the MyMarkerListener object

Parameters:
restartMarkerType - The new fileTransferRestartMarker value

setGridFTPRestartMarkerSD

public void setGridFTPRestartMarkerSD(ServiceData gridFTPRestartMarkerSD)
Sets the gridFTPRestartMarkerSD attribute of the MyMarkerListener object

Parameters:
gridFTPRestartMarkerSD - The new gridFTPRestartMarkerSD value

setGridFTPRestartMarkerElement

public void setGridFTPRestartMarkerElement(GridFTPRestartMarkerElement gridFTPRestartMarkerElement)
Sets the gridFTPRestartMarkerElement attribute of the MyMarkerListener object

Parameters:
gridFTPRestartMarkerElement - The new gridFTPRestartMarkerElement value

setGridFTPPerfMarkerSD

public void setGridFTPPerfMarkerSD(ServiceData gridFTPPerfMarkerSD)
Sets the gridFTPPerfMarkerSD attribute of the MyMarkerListener object

Parameters:
gridFTPPerfMarkerSD - The new gridFTPPerfMarkerSD value

setGridFTPPerfMarkerElement

public void setGridFTPPerfMarkerElement(GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
Sets the gridFTPPerfMarkerElement attribute of the MyMarkerListener object

Parameters:
gridFTPPerfMarkerElement - The new gridFTPPerfMarkerElement value

getByteRangeList

public ByteRangeList getByteRangeList()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setTransferId

public void setTransferId(int transferid)
DOCUMENT ME!

Parameters:
transferid - DOCUMENT ME!

markerArrived

public void markerArrived(Marker m)
DOCUMENT ME!

Parameters:
m - DOCUMENT ME!