Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectCleanup
-
Packages that use ManagedObjectCleanup Package Description net.officefloor.frame.impl.execute.managedobject net.officefloor.frame.impl.execute.process net.officefloor.frame.internal.structure -
-
Uses of ManagedObjectCleanup in net.officefloor.frame.impl.execute.managedobject
Classes in net.officefloor.frame.impl.execute.managedobject that implement ManagedObjectCleanup Modifier and Type Class Description class
ManagedObjectCleanupImpl
ManagedObjectCleanup
implementation.Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectCleanup Modifier and Type Method Description FunctionState
ManagedObjectMetaDataImpl. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanup)
-
Uses of ManagedObjectCleanup in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return ManagedObjectCleanup Modifier and Type Method Description ManagedObjectCleanup
ProcessStateImpl. getManagedObjectCleanup()
-
Uses of ManagedObjectCleanup in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectCleanup Modifier and Type Method Description ManagedObjectCleanup
ProcessState. getManagedObjectCleanup()
Obtains theManagedObjectCleanup
for thisProcessState
.Methods in net.officefloor.frame.internal.structure with parameters of type ManagedObjectCleanup Modifier and Type Method Description FunctionState
ManagedObjectMetaData. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanupSequence)
Creates theFunctionState
for the recycling of theManagedObject
.
-