|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siviam.bobup.handler.BackupRecoveryRegistry
Registry of handlers for backup and recovery.
Method Summary | |
void |
addBackupRecoveryHandler(IBackupRecoveryHandler handler)
|
void |
clearAllHandlers()
Removes all the handlers that are currently registered. |
IBackupRecoveryHandler |
getHandler(java.lang.String type)
|
java.util.Set |
getHandlerTypes()
Obtains a set view of the handler types registered with this registry. |
static BackupRecoveryRegistry |
getInstance()
Obtains the singleton instance. |
void |
removeBackupRecoveryHandler(java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BackupRecoveryRegistry getInstance()
public void addBackupRecoveryHandler(IBackupRecoveryHandler handler)
handler
- public void removeBackupRecoveryHandler(java.lang.String type)
type
- public IBackupRecoveryHandler getHandler(java.lang.String type)
type
-
public java.util.Set getHandlerTypes()
public void clearAllHandlers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |