Uses of Interface
net.officefloor.frame.api.managedobject.recycle.CleanupEscalation
-
Packages that use CleanupEscalation Package Description net.officefloor.compile.spi.officefloor net.officefloor.frame.api.managedobject.recycle net.officefloor.server.http net.officefloor.server.http.impl -
-
Uses of CleanupEscalation in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type CleanupEscalation Modifier and Type Method Description void
ExternalServiceCleanupEscalationHandler. handleCleanupEscalations(M inputManagedObject, CleanupEscalation[] cleanupEscalations)
Invoked to handle theCleanupEscalation
instances. -
Uses of CleanupEscalation in net.officefloor.frame.api.managedobject.recycle
Methods in net.officefloor.frame.api.managedobject.recycle that return CleanupEscalation Modifier and Type Method Description CleanupEscalation[]
RecycleManagedObjectParameter. getCleanupEscalations()
Obtains possibleCleanupEscalation
instances that occurred in cleaning up previousManagedObject
instances. -
Uses of CleanupEscalation in net.officefloor.server.http
Methods in net.officefloor.server.http that return CleanupEscalation Modifier and Type Method Description CleanupEscalation[]
CleanupException. getCleanupEscalations()
Obtains theCleanupEscalation
instances.Constructors in net.officefloor.server.http with parameters of type CleanupEscalation Constructor Description CleanupException(CleanupEscalation[] cleanupEscalations)
Instantiate. -
Uses of CleanupEscalation in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type CleanupEscalation Modifier and Type Method Description void
ProcessAwareServerHttpConnectionManagedObject. setCleanupEscalations(CleanupEscalation[] cleanupEscalations)
Sets theCleanupEscalation
instances.
-