Uses of Interface
net.officefloor.frame.api.managedobject.pool.ThreadCompletionListener
-
-
Uses of ThreadCompletionListener in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool that return ThreadCompletionListener Modifier and Type Method Description ThreadCompletionListener
ThreadCompletionListenerFactory. createThreadCompletionListener(ManagedObjectPool pool)
Creates theThreadCompletionListener
. -
Uses of ThreadCompletionListener in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ThreadCompletionListener Modifier and Type Method Description ThreadCompletionListener[]
RawManagedObjectMetaData. getThreadCompletionListeners()
Obtains theThreadCompletionListener
instances for theManagedObject
.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ThreadCompletionListener Constructor Description RawManagedObjectMetaData(java.lang.String managedObjectName, ManagedObjectSourceConfiguration<F,?> managedObjectSourceConfiguration, ManagedObjectSource<O,F> managedObjectSource, ManagedObjectSourceMetaData<O,F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, java.lang.Class<?> objectType, boolean isContextAware, boolean isAsynchronous, boolean isCoordinating, RawManagingOfficeMetaData<F> rawManagingOfficeMetaData)
Initiate. -
Uses of ThreadCompletionListener in net.officefloor.frame.impl.execute.execution
Constructors in net.officefloor.frame.impl.execute.execution with parameters of type ThreadCompletionListener Constructor Description ManagedExecutionFactoryImpl(ThreadCompletionListener[] threadCompletionListeners)
Instantiate. -
Uses of ThreadCompletionListener in net.officefloor.frame.util
Methods in net.officefloor.frame.util with parameters of type ThreadCompletionListener Modifier and Type Method Description void
ExecutiveSourceStandAlone. addThreadCompletionListener(ThreadCompletionListener threadCompletionListener)
Adds aThreadCompletionListener
.void
TeamSourceStandAlone. addThreadCompletionListener(ThreadCompletionListener threadCompletionListener)
Adds aThreadCompletionListener
. -
Uses of ThreadCompletionListener in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ThreadCompletionListener Modifier and Type Class Description class
HttpServerSocketManagedObjectSource
Method parameters in net.officefloor.server.http with type arguments of type ThreadCompletionListener Modifier and Type Method Description static SocketManager
HttpServerSocketManagedObjectSource. createSocketManager(java.util.concurrent.ThreadFactory[] executionStrategy, java.util.function.Consumer<ThreadCompletionListener> threadCompletionListenerCapture)
Creates theSocketManager
configured fromSystem
properties. -
Uses of ThreadCompletionListener in net.officefloor.server.stream.impl
Classes in net.officefloor.server.stream.impl that implement ThreadCompletionListener Modifier and Type Class Description class
ThreadLocalStreamBufferPool
Methods in net.officefloor.server.stream.impl that return ThreadCompletionListener Modifier and Type Method Description ThreadCompletionListener
ThreadLocalStreamBufferPool. createThreadCompletionListener(ManagedObjectPool pool)
============= ThreadCompletionListenerFactory =========
-