jrdesktop.server.rmi
Interface ServerInterface

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

public interface ServerInterface
extends java.rmi.Remote

ServerInterface.java


Method Summary
 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)
           
 

Method Detail

updateData

void updateData(byte[] data,
                int index)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateData

byte[] updateData(int index)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateOptions

void updateOptions(java.lang.Object data,
                   int index)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

stopViewer

void stopViewer(int index)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

startViewer

int startViewer(java.net.InetAddress inetAddress,
                java.lang.String username,
                java.lang.String password)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ReceiveFile

byte[] ReceiveFile(java.lang.String fileName,
                   int index)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

SendFile

void SendFile(byte[] filedata,
              java.lang.String fileName,
              int index)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException