at.ac.tuwien.dslab.rmi.common.interfaces
Interface IFileManServer


public interface IFileManServer

The IFileManServer defines an interface for starting and stopping the RMI server.


Method Summary
 void start()
          Starts the RMI server.
 void stop()
          Stops the RMI server.
 

Method Detail

start

void start()
           throws FileManException
Starts the RMI server. Everything which is necessary to handle the correct startup of the server has to be done here.

Throws:
FileManException - If an error occurs while starting up the RMI server.

stop

void stop()
          throws FileManException
Stops the RMI server. Every cleanup which may be necessary has to be done here.

Throws:
FileManException - If an error occurs while stopping the RMI server.