Uses of Enum
org.jboss.as.ejb3.component.pool.StrictMaxPoolConfigService.Derive
Packages that use StrictMaxPoolConfigService.Derive
-
Uses of StrictMaxPoolConfigService.Derive in org.jboss.as.ejb3.component.pool
Methods in org.jboss.as.ejb3.component.pool that return StrictMaxPoolConfigService.DeriveModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static StrictMaxPoolConfigService.Derive[]StrictMaxPoolConfigService.Derive.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.ejb3.component.pool with parameters of type StrictMaxPoolConfigService.DeriveModifier and TypeMethodDescriptionvoidStrictMaxPoolConfigService.setDerive(StrictMaxPoolConfigService.Derive derive) Constructors in org.jboss.as.ejb3.component.pool with parameters of type StrictMaxPoolConfigService.DeriveModifierConstructorDescriptionStrictMaxPoolConfigService(Consumer<StrictMaxPoolConfig> configConsumer, Supplier<Integer> maxThreadsSupplier, String poolName, int declaredMaxSize, StrictMaxPoolConfigService.Derive derive, long timeout, TimeUnit timeUnit)