jrdesktop.server.rmi
public interface ServerInterface extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
byte[] |
ReceiveFile(java.lang.String fileName,
int index) |
void |
SendFile(byte[] filedata,
java.lang.String fileName,
int index) |
int |
startViewer(java.net.InetAddress inetAddress,
java.lang.String username,
java.lang.String password) |
void |
stopViewer(int index) |
void |
updateData(byte[] data,
int index) |
byte[] |
updateData(int index) |
void |
updateOptions(java.lang.Object data,
int index) |
void updateData(byte[] data, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
byte[] updateData(int index) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateOptions(java.lang.Object data, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
void stopViewer(int index) throws java.rmi.RemoteException
java.rmi.RemoteException
int startViewer(java.net.InetAddress inetAddress, java.lang.String username, java.lang.String password) throws java.rmi.RemoteException
java.rmi.RemoteException
byte[] ReceiveFile(java.lang.String fileName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
void SendFile(byte[] filedata, java.lang.String fileName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException