|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRetrievalPlugin
The interface to be implemeneted in order to be recognized by the Retrieval plugin module.
Method Summary | |
---|---|
java.lang.String |
getPlugInName()
Gets the name of the Plug-In. |
boolean |
initialize()
This method initializes the interface |
boolean |
retrieveJob(Job job,
int version,
java.lang.String medBarcodeOrOnlineIP,
BackupInfoDef backupInfo,
RetrievalEventNotifier notifier)
When implemented i a class it retrieves the job from the suitable media |
Method Detail |
---|
java.lang.String getPlugInName()
boolean initialize()
boolean retrieveJob(Job job, int version, java.lang.String medBarcodeOrOnlineIP, BackupInfoDef backupInfo, RetrievalEventNotifier notifier)
job
- The Job
object to retrieve for.version
- The version to retrieve.medBarcodeOrOnlineIP
- The mediaBarcode in case of the drive retrieval or the online retrievalbackupInfo
- The backupInfo, to know from the 'BackupAs' whether this is an old system
or new system data retrieval.notifier
- This obfect is used to notify the observers for the GUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |