|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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:
RepExceptionjava.rmi.RemoteException
writeFileContent
void writeFileContent(byte[] bytes, int offset, int length) throws RepException, java.rmi.RemoteException
- Throws:
RepExceptionjava.rmi.RemoteException
closeFile
void closeFile() throws RepException, java.rmi.RemoteException
- Throws:
RepExceptionjava.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

