|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siviam.bobup.recovery.Recoverer
Recovers the business object.
Recovery is not configured to run in a separate thread, because the number of objects to be recovered is miniscule compared to the number of objects to be backed up. Hopefully, this is indeed the case, or else your backup strategy is not working!
Method Summary | |
static Recoverer |
getInstance()
|
void |
recover(IBusinessObjectDescriptor bizObjDescriptor)
Recovers the specified business object with the given descriptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Recoverer getInstance()
public void recover(IBusinessObjectDescriptor bizObjDescriptor) throws java.lang.Exception
This method is inherently thread-safe but is synchronized nonetheless each part recovery may need to be synchronized. With this method synchronized, it is not necessary for the application integrator to worry about thread safety in downstream code, if the recovery is being performed synchronously.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |