|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dbreplicator.replication
Class FileUpload
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.dbreplicator.replication.FileUpload
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, _FileUpload
public class FileUpload
- extends java.rmi.server.UnicastRemoteObject
- implements _FileUpload
- extends java.rmi.server.UnicastRemoteObject
- See Also:
- Serialized Form
| Constructor Summary | |
|---|---|
FileUpload()
|
|
| Method Summary | |
|---|---|
void |
closeFile()
Close the file |
void |
fileStart(java.lang.String fileName,
boolean isFileForSynchronization)
fileStart |
void |
writeFileContent(byte[] bytes,
int offset,
int length)
writeFileContent |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
FileUpload
public FileUpload() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
| Method Detail |
|---|
fileStart
public void fileStart(java.lang.String fileName, boolean isFileForSynchronization) throws RepException
- fileStart
- Specified by:
fileStartin interface_FileUpload
- Parameters:
fileName- String- Throws:
RepException
writeFileContent
public void writeFileContent(byte[] bytes, int offset, int length) throws RepException
- writeFileContent
- Specified by:
writeFileContentin interface_FileUpload
- Parameters:
bytes- byte[]- Throws:
RepException
closeFile
public void closeFile() throws RepException
- Close the file
- Specified by:
closeFilein interface_FileUpload
- Throws:
RepException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.rmi.server.RemoteObject

