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 voidExternalServiceCleanupEscalationHandler. handleCleanupEscalations(M inputManagedObject, CleanupEscalation[] cleanupEscalations)Invoked to handle theCleanupEscalationinstances. -
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 possibleCleanupEscalationinstances that occurred in cleaning up previousManagedObjectinstances. -
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 theCleanupEscalationinstances.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 voidProcessAwareServerHttpConnectionManagedObject. setCleanupEscalations(CleanupEscalation[] cleanupEscalations)Sets theCleanupEscalationinstances.
-