Uses of Interface
DFSS.IClientCallBack

Packages that use IClientCallBack
DFSS   
FRS   
Operations   
 

Uses of IClientCallBack in DFSS
 

Methods in DFSS that return IClientCallBack
 IClientCallBack IOperazione.getClient()
          Client associato alla richiesta
 

Methods in DFSS with parameters of type IClientCallBack
 void DFSSserviceManager.getDirectory(java.lang.String path, IClientCallBack client)
          Accede al contenuto della cartella path
 void DFSSserviceManager.createDirectory(java.lang.String path, IClientCallBack cl)
          Creo la cartella path
 void DFSSserviceManager.rimuoviDirectory(java.lang.String path, IClientCallBack cl)
          Rimuove la directory path
 void DFSSserviceManager.leggiFile(java.lang.String path, IClientCallBack cl)
          Permette di avere acceso in lettura al file path
 void DFSSserviceManager.scriviFile(java.lang.String path, boolean append, IClientCallBack cl)
          permette di avere un acceso in scrittura al file path
 void DFSSserviceManager.creaFile(java.lang.String path, IClientCallBack cl)
          Crea il file path
 void DFSSserviceManager.rimuoviFile(java.lang.String path, IClientCallBack cl)
          Elimina il file path
 void IDistributedFileSystemService.createDirectory(java.lang.String path, IClientCallBack in)
           
 void IDistributedFileSystemService.getDirectory(java.lang.String path, IClientCallBack in)
           
 void IDistributedFileSystemService.rimuoviDirectory(java.lang.String path, IClientCallBack in)
           
 void IDistributedFileSystemService.leggiFile(java.lang.String path, IClientCallBack cl)
           
 void IDistributedFileSystemService.scriviFile(java.lang.String path, boolean append, IClientCallBack cl)
           
 void IDistributedFileSystemService.creaFile(java.lang.String path, IClientCallBack cl)
           
 void IDistributedFileSystemService.rimuoviFile(java.lang.String path, IClientCallBack cl)
           
 

Uses of IClientCallBack in FRS
 

Methods in FRS that return IClientCallBack
 IClientCallBack LogInformation.getClient()
          Restituisce il cliente
 

Methods in FRS with parameters of type IClientCallBack
 void DefaultRepositoryServer.accediInLettura(java.lang.String path, IClientCallBack cl)
          Accede in lettura ad un file
 void DefaultRepositoryServer.accediInScrittura(java.lang.String path, boolean append, IClientCallBack cl)
          Accede in scrittura ad un file
 void IFileRepositoryServer.accediInLettura(java.lang.String path, IClientCallBack cl)
          Accede in lettura ad un file
 void IFileRepositoryServer.accediInScrittura(java.lang.String path, boolean append, IClientCallBack cl)
          Accede in scrittura ad un file
 ISessioneScrittura IRepository.createProxyScrittura(java.lang.String path, boolean append, ITerminazioneSessione termList, IClientCallBack client, IExecutionMonitor monitor)
          crea un proxy di scrittura
 ISessioneLettura IRepository.createProxyLettura(java.lang.String path, ITerminazioneSessione termList, IClientCallBack client, IExecutionMonitor monitor)
          crea un proxy di lettura
 void ResourceManager.read(java.lang.String path, IClientCallBack client)
          Accede in lettura ad un file
 void ResourceManager.write(java.lang.String path, boolean append, IClientCallBack client)
          accede in scrittura ad un file
 ISessioneScrittura defaultRepository.createProxyScrittura(java.lang.String path, boolean append, ITerminazioneSessione termList, IClientCallBack client, IExecutionMonitor monitor)
          crea un proxy di scrittura
 ISessioneLettura defaultRepository.createProxyLettura(java.lang.String path, ITerminazioneSessione termList, IClientCallBack client, IExecutionMonitor monitor)
          crea un proxy di lettura
 

Constructors in FRS with parameters of type IClientCallBack
ClientThread(IClientCallBack cl, java.lang.Object in)
          Costruttore
LogInformation(java.lang.String logicalPath, int type, ISessione ses, long timestamp, IClientCallBack client)
          Costruttore
proxyLettura(java.lang.String logicalpath, java.lang.String path, ITerminazioneSessione res, IClientCallBack client, IExecutionMonitor monitor)
          Costruttore
proxyScrittura(java.lang.String logicalpath, java.lang.String path, boolean append, ITerminazioneSessione listTerm, IClientCallBack client, IExecutionMonitor monitor)
          Costruttore
 

Uses of IClientCallBack in Operations
 

Methods in Operations that return IClientCallBack
 IClientCallBack DFSSCreaDirectory.getClient()
          restituisce il cliente , null se l'operazione non prevede un risultato
 IClientCallBack DFSSCreaFile.getClient()
          restituisce il callback del cliente
 IClientCallBack DFSSEliminaDirectory.getClient()
          restiruisce il callback del cliente
 IClientCallBack DFSSGetDirectory.getClient()
          resituisce il callback del cliente
 IClientCallBack DFSSLeggiFile.getClient()
          Resituisce il callbakc del cliente
 IClientCallBack DFSSRimuoviFile.getClient()
          restituisce il callback
 IClientCallBack DFSSscriviFile.getClient()
          Callback del cliente
 

Constructors in Operations with parameters of type IClientCallBack
DFSSCreaDirectory(java.lang.String path, IClientCallBack cl, MessageManager in, Datamanager data)
          Costruttore
DFSSCreaFile(IFileRepositoryServer rep, java.lang.String path, IClientCallBack client, MessageManager msgMan, Datamanager data)
          Costruttore
DFSSEliminaDirectory(java.lang.String path, IClientCallBack cl, MessageManager msg, IFileRepositoryServer rep, Datamanager data)
          Costruttore
DFSSGetDirectory(java.lang.String path, IClientCallBack client, Datamanager data)
          Costruttore
DFSSLeggiFile(java.lang.String nome, IClientCallBack client, IFileRepositoryServer rep, Datamanager data)
           
DFSSRimuoviFile(IFileRepositoryServer rep, java.lang.String path, IClientCallBack client, MessageManager msg, Datamanager data)
           
DFSSscriviFile(java.lang.String nome, boolean append, IClientCallBack client, IFileRepositoryServer rep, Datamanager data)
          Costruttore