JavaDoc


_FileUpload

org.dbreplicator.replication
Interface _FileUpload

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
FileUpload

public interface _FileUpload
extends java.rmi.Remote


Method Summary
 void closeFile()
           
 void fileStart(java.lang.String fileName, boolean isFileForSynchronization)
           
 void writeFileContent(byte[] bytes, int offset, int length)
           
 

Method Detail

fileStart

void fileStart(java.lang.String fileName,
               boolean isFileForSynchronization)
               throws RepException,
                      java.rmi.RemoteException
Throws:
RepException
java.rmi.RemoteException

writeFileContent

void writeFileContent(byte[] bytes,
                      int offset,
                      int length)
                      throws RepException,
                             java.rmi.RemoteException
Throws:
RepException
java.rmi.RemoteException

closeFile

void closeFile()
               throws RepException,
                      java.rmi.RemoteException
Throws:
RepException
java.rmi.RemoteException



Powered by Drupal - Theme by Danger4k