Interface CleanupEscalation
public interface CleanupEscalation
Escalation occurring on cleanup of a ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theEscalation.Class<?>Obtains the object type of theManagedObject.
-
Method Details
-
getObjectType
Class<?> getObjectType()Obtains the object type of theManagedObject.- Returns:
- Object type of the
ManagedObject.
-
getEscalation
Throwable getEscalation()Obtains theEscalation.- Returns:
Escalation.
-