Interface CleanupEscalation
-
public interface CleanupEscalationEscalationoccurring on cleanup of aManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThrowablegetEscalation()Obtains theEscalation.java.lang.Class<?>getObjectType()Obtains the object type of theManagedObject.
-
-
-
Method Detail
-
getObjectType
java.lang.Class<?> getObjectType()
Obtains the object type of theManagedObject.- Returns:
- Object type of the
ManagedObject.
-
getEscalation
java.lang.Throwable getEscalation()
Obtains theEscalation.- Returns:
Escalation.
-
-