Uses of Class
org.jboss.as.ejb3.component.pool.StrictMaxPoolConfig
-
Packages that use StrictMaxPoolConfig Package Description org.jboss.as.ejb3.component.pool -
-
Uses of StrictMaxPoolConfig in org.jboss.as.ejb3.component.pool
Methods in org.jboss.as.ejb3.component.pool that return StrictMaxPoolConfig Modifier and Type Method Description StrictMaxPoolConfigStrictMaxPoolConfigService. getValue()Constructor parameters in org.jboss.as.ejb3.component.pool with type arguments of type StrictMaxPoolConfig Constructor Description StrictMaxPoolConfigService(Consumer<StrictMaxPoolConfig> configConsumer, Supplier<Integer> maxThreadsSupplier, String poolName, int declaredMaxSize, StrictMaxPoolConfigService.Derive derive, long timeout, TimeUnit timeUnit)
-