Operations
Class DFSSRimuoviFile

java.lang.Object
  extended byOperations.DFSSRimuoviFile
All Implemented Interfaces:
IOperazione

public class DFSSRimuoviFile
extends java.lang.Object
implements IOperazione

Author:
Dario Agostinone Eliminazione di un file

Constructor Summary
DFSSRimuoviFile(IFileRepositoryServer rep, java.lang.String path, IClientCallBack client, MessageManager msg, Datamanager data)
           
 
Method Summary
 void applica()
          esegue l'operazione
 IClientCallBack getClient()
          restituisce il callback
 java.lang.String getError()
          Restituisce il messaggio di errore, se non vi sono errori restituisce una stringa vuota
 java.lang.Object getRisultato()
          restiuisce il risultato dell'operazione
 boolean isVoid()
          restituisce il valore isVoid
 boolean ready()
          Restituisce l'esito dell'operazione
 boolean valida()
          Validazione delloperazione
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFSSRimuoviFile

public DFSSRimuoviFile(IFileRepositoryServer rep,
                       java.lang.String path,
                       IClientCallBack client,
                       MessageManager msg,
                       Datamanager data)
Method Detail

getError

public java.lang.String getError()
Restituisce il messaggio di errore, se non vi sono errori restituisce una stringa vuota

Specified by:
getError in interface IOperazione

valida

public boolean valida()
Validazione delloperazione

Specified by:
valida in interface IOperazione

applica

public void applica()
esegue l'operazione

Specified by:
applica in interface IOperazione

isVoid

public boolean isVoid()
restituisce il valore isVoid

Specified by:
isVoid in interface IOperazione

getClient

public IClientCallBack getClient()
restituisce il callback

Specified by:
getClient in interface IOperazione

ready

public boolean ready()
Restituisce l'esito dell'operazione

Specified by:
ready in interface IOperazione

getRisultato

public java.lang.Object getRisultato()
restiuisce il risultato dell'operazione

Specified by:
getRisultato in interface IOperazione