Interface InputManagedObject
- All Superinterfaces:
ManagedObject
- All Known Implementing Classes:
ProcessAwareServerHttpConnectionManagedObject,SpringServerHttpConnection
ManagedObject passed in externally.-
Method Summary
Modifier and TypeMethodDescriptionvoidclean(CleanupEscalation[] cleanupEscalations) Invoked to clean theManagedObjectat end of servicing.Methods inherited from interface net.officefloor.frame.api.managedobject.ManagedObject
getObject
-
Method Details
-
clean
Invoked to clean theManagedObjectat end of servicing.- Parameters:
cleanupEscalations-CleanupEscalationinstances on failure of servicing.- Throws:
Throwable- If fails to handle theCleanupEscalationinstances.
-