Operations
Class DFSSCreaFile

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

public class DFSSCreaFile
extends java.lang.Object
implements IOperazione

Author:
Dario Agostinone Operazione di creazione di un file

Constructor Summary
DFSSCreaFile(IFileRepositoryServer rep, java.lang.String path, IClientCallBack client, MessageManager msgMan, Datamanager data)
          Costruttore
 
Method Summary
 void applica()
          Esegue l'operazione
 IClientCallBack getClient()
          restituisce il callback del cliente
 java.lang.String getError()
          Restituisce il messaggio di errore, se non vi sono errori restituisce una stringa vuota
 java.lang.Object getRisultato()
          resituisce il risultato dell'operazione
 boolean isVoid()
          restituisce il valore di isVoid
 boolean ready()
          restituisce l'esito del''operazione
 boolean valida()
          effettua la validazione dell'operazione
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFSSCreaFile

public DFSSCreaFile(IFileRepositoryServer rep,
                    java.lang.String path,
                    IClientCallBack client,
                    MessageManager msgMan,
                    Datamanager data)
Costruttore

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()
effettua la validazione dell'operazione

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 di isVoid

Specified by:
isVoid in interface IOperazione

getClient

public IClientCallBack getClient()
restituisce il callback del cliente

Specified by:
getClient in interface IOperazione

ready

public boolean ready()
restituisce l'esito del''operazione

Specified by:
ready in interface IOperazione

getRisultato

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

Specified by:
getRisultato in interface IOperazione