public interface PersistenceExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
onDeleteMementoFailed(java.lang.String id,
java.lang.Exception e) |
void |
onGenerateMementoFailed(BrooklynObjectType type,
BrooklynObject instance,
java.lang.Exception e) |
void |
onPersistMementoFailed(Memento memento,
java.lang.Exception e) |
void |
onPersistRawMementoFailed(BrooklynObjectType type,
java.lang.String id,
java.lang.Exception e) |
void |
onUpdatePlaneIdFailed(java.lang.String planeId,
java.lang.Exception e) |
void |
stop() |
void stop()
void onGenerateMementoFailed(BrooklynObjectType type, BrooklynObject instance, java.lang.Exception e)
void onPersistMementoFailed(Memento memento, java.lang.Exception e)
void onPersistRawMementoFailed(BrooklynObjectType type, java.lang.String id, java.lang.Exception e)
void onDeleteMementoFailed(java.lang.String id, java.lang.Exception e)
void onUpdatePlaneIdFailed(java.lang.String planeId, java.lang.Exception e)