DFSS
Interface IDistributedFileSystemServiceManager

All Superinterfaces:
IDistributedFileSystemService, java.rmi.Remote
All Known Implementing Classes:
DFSSserviceManager

public interface IDistributedFileSystemServiceManager
extends IDistributedFileSystemService

Author:
Dario Agostinone Interfaccia che estende l'interfaccia del servizio con funzionalitą di gestione del gruppo

Method Summary
 void aggiungiNodo(HostID in)
           
 void apprendi(Directory root, HostID[] hosts)
           
 boolean receiveMessage(Message in)
           
 
Methods inherited from interface DFSS.IDistributedFileSystemService
creaFile, createDirectory, getDirectory, leggiFile, rimuoviDirectory, rimuoviFile, scriviFile
 

Method Detail

aggiungiNodo

public void aggiungiNodo(HostID in)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveMessage

public boolean receiveMessage(Message in)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

apprendi

public void apprendi(Directory root,
                     HostID[] hosts)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException