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 classManagedObjectCleanupImplManagedObjectCleanupimplementation.Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectCleanup Modifier and Type Method Description FunctionStateManagedObjectMetaDataImpl. 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 ManagedObjectCleanupProcessStateImpl. 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 ManagedObjectCleanupProcessState. getManagedObjectCleanup()Obtains theManagedObjectCleanupfor thisProcessState.Methods in net.officefloor.frame.internal.structure with parameters of type ManagedObjectCleanup Modifier and Type Method Description FunctionStateManagedObjectMetaData. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanupSequence)Creates theFunctionStatefor the recycling of theManagedObject.
-