Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectFunctionBuilder
-
Packages that use ManagedObjectFunctionBuilder Package Description net.officefloor.frame.api.managedobject.source net.officefloor.frame.impl.construct.managedobjectsource -
-
Uses of ManagedObjectFunctionBuilder in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectFunctionBuilder Modifier and Type Method Description <O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContext. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,f> managedFunctionFactory)
Creates theManagedObjectFunctionBuilder
to build aManagedFunction
.<O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContext. getRecycleFunction(ManagedFunctionFactory<O,f> managedFunctionFactory)
Invoking this method during theManagedObjectSource.init(ManagedObjectSourceContext)
will create recycle functionality for theManagedObject
to be returned to aManagedObjectPool
. -
Uses of ManagedObjectFunctionBuilder in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionBuilder Modifier and Type Method Description <o extends java.lang.Enum<o>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<o,f>ManagedObjectSourceContextImpl. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<o,f> managedFunctionFactory)
<O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContextImpl. getRecycleFunction(ManagedFunctionFactory<O,f> managedFunctionFactory)
-