it.eng.spago.cms.exec
Class RestoreObjectImpl

java.lang.Object
  extended by it.eng.spago.cms.exec.RestoreObjectImpl

public class RestoreObjectImpl
extends java.lang.Object

Implements method to perform a restore operation on the repository


Constructor Summary
RestoreObjectImpl()
           
 
Method Summary
protected  void execute(SourceBean opConf, CMSConnection conn)
          Execs the restore operation on the repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreObjectImpl

public RestoreObjectImpl()
Method Detail

execute

protected void execute(SourceBean opConf,
                       CMSConnection conn)
                throws OperationExecutionException
Execs the restore operation on the repository

Parameters:
opConf, - SourceBean of operation configuration
conn, - Connection to the repository
Throws:
EMFInternalError - thrown if an error occurs during the execution
OperationExecutionException