Interface CleanupEscalation
-
public interface CleanupEscalation
Escalation
occurring on cleanup of aManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwable
getEscalation()
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
.
-
-