net.rmi.rjs
Interface RMIFileServerInterface

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

public interface RMIFileServerInterface
extends java.rmi.Remote


Method Summary
 byte[] getFile(java.lang.String file)
           
 java.lang.String getMsg()
           
 void putFile(java.lang.String file, byte[] b)
           
 void testGetMsg()
           
 

Method Detail

getMsg

java.lang.String getMsg()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testGetMsg

void testGetMsg()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFile

byte[] getFile(java.lang.String file)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putFile

void putFile(java.lang.String file,
             byte[] b)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException