|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.AbstractMedium
public abstract class AbstractMedium
Field Summary | |
---|---|
protected History |
history
Historique |
protected static java.lang.String |
HISTORY_NAME
Nom du fichier d'historique |
protected FileSystemRecoveryTarget |
target
|
Constructor Summary | |
---|---|
AbstractMedium()
|
Method Summary | |
---|---|
protected void |
copyAttributes(java.lang.Object clone)
|
boolean |
equals(java.lang.Object arg0)
|
java.lang.String |
getHistoryName()
|
AbstractRecoveryTarget |
getTarget()
Return the target to which the medium is bound |
int |
hashCode()
|
void |
install()
Set up all necessary objects for the medium (for instance file system drivers) |
protected EntryArchiveData[] |
processEntryArchiveData(EntryArchiveData[] data)
Construit une liste de EAD ordonnee et dont les status sont a jour a partir de la liste d'entree data. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.application.areca.ArchiveMedium |
---|
checkArchives, checkMediumState, closeSimulation, commitBackup, commitMerge, computeIndicators, deleteArchives, destroyRepository, doAfterDelete, doBeforeDelete, getDescription, getEntries, getHistory, getHistory, getLogicalView, isPreBackupCheckUseful, merge, open, recover, rollbackBackup, rollbackMerge, search, setTarget, simulateEntryProcessing, store, supportsBackupScheme |
Methods inherited from interface com.myJava.object.Duplicable |
---|
duplicate |
Field Detail |
---|
protected FileSystemRecoveryTarget target
protected History history
protected static final java.lang.String HISTORY_NAME
Constructor Detail |
---|
public AbstractMedium()
Method Detail |
---|
public void install() throws ApplicationException
ArchiveMedium
install
in interface ArchiveMedium
ApplicationException
protected void copyAttributes(java.lang.Object clone)
public AbstractRecoveryTarget getTarget()
ArchiveMedium
getTarget
in interface ArchiveMedium
public java.lang.String getHistoryName()
protected EntryArchiveData[] processEntryArchiveData(EntryArchiveData[] data)
data
-
public boolean equals(java.lang.Object arg0)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |