Class DefaultDropbox
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.AbstractJavaDataSetRegistrationDropboxV2
-
- ch.systemsx.cisd.etlserver.registrator.DefaultDropbox
-
- All Implemented Interfaces:
ch.ethz.cisd.hotdeploy.Plugin
,IJavaDataSetRegistrationDropboxV2
public class DefaultDropbox extends AbstractJavaDataSetRegistrationDropboxV2
Default drop box which can register everything.
-
-
Constructor Summary
Constructors Constructor Description DefaultDropbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(IDataSetRegistrationTransactionV2 transaction)
Invoked when new data is found in the incoming folder.-
Methods inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.AbstractJavaDataSetRegistrationDropboxV2
isRetryFunctionDefined, postMetadataRegistration, postStorage, preMetadataRegistration, rollbackPreRegistration, shouldRetryProcessing
-
-
-
-
Method Detail
-
process
public void process(IDataSetRegistrationTransactionV2 transaction)
Description copied from interface:IJavaDataSetRegistrationDropboxV2
Invoked when new data is found in the incoming folder. Implements the logic of registering and modifying entities.- Parameters:
transaction
- The transaction that offers methods for registering and modifying entities and performing operations on the file system.
-
-