public interface IBreakLockReporter
| Modifier and Type | Method and Description |
|---|---|
void |
reportError(MRef ref,
CmsException e)
Report an unexpected error while breaking a lock.
|
void |
reportFailure(MRef ref)
Report the given reference was successfully unlocked.
|
void |
reportFatalError(CmsException e)
Report an unexpected error that interrupted the operation.
|
void |
reportSuccess(MRef ref)
Report the given reference was successfully unlocked.
|
void reportSuccess(MRef ref)
ref - the unlocked element reference.void reportFailure(MRef ref)
ref - the still locked element reference.void reportError(MRef ref, CmsException e)
ref - the element reference.e - the error that occurred.void reportFatalError(CmsException e)
e - the error that occurred.