Uses of Class
org.smallmind.quorum.pool.complex.ComponentPool
Packages that use ComponentPool
Package
Description
-
Uses of ComponentPool in org.smallmind.quorum.namespace.pool
Methods in org.smallmind.quorum.namespace.pool with parameters of type ComponentPoolModifier and TypeMethodDescriptionPooledJavaContextComponentInstanceFactory.createInstance(ComponentPool<PooledJavaContext> componentPool) Constructors in org.smallmind.quorum.namespace.pool with parameters of type ComponentPoolModifierConstructorDescriptionJavaContextComponentInstance(ComponentPool<PooledJavaContext> componentPool, PooledJavaContext pooledJavaContext) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex
Methods in org.smallmind.quorum.pool.complex that return ComponentPoolModifier and TypeMethodDescriptionComponentPool.setComplexPoolConfig(ComplexPoolConfig complexPoolConfig) Methods in org.smallmind.quorum.pool.complex with parameters of type ComponentPoolModifier and TypeMethodDescriptionComponentInstanceFactory.createInstance(ComponentPool<C> componentPool) Constructors in org.smallmind.quorum.pool.complex with parameters of type ComponentPoolModifierConstructorDescriptionComponentCreationWorker(ComponentPool<C> componentPool) protectedComponentPin(ComponentPool<C> componentPool, DeconstructionQueue deconstructionQueue, ComponentInstance<C> componentInstance) ComponentPinManager(ComponentPool<C> componentPool) DeconstructionCoordinator(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, ComponentPin<?> componentPin) MaxIdleTimeDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator) MaxLeaseTimeDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator) protectedMaxProcessingTimeDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex.event
Constructors in org.smallmind.quorum.pool.complex.event with parameters of type ComponentPoolModifierConstructorDescriptionComponentPoolEvent(ComponentPool<C> componentPool) ErrorReportingComponentPoolEvent(ComponentPool<C> componentPool, Exception exception) LeaseTimeReportingComponentPoolEvent(ComponentPool<C> componentPool, long leaseTimeNanos) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex.jmx
Constructors in org.smallmind.quorum.pool.complex.jmx with parameters of type ComponentPool