Uses of Class
org.jboss.as.ejb3.component.pool.StrictMaxPoolConfigService.Derive
-
Packages that use StrictMaxPoolConfigService.Derive Package Description org.jboss.as.ejb3.component.pool -
-
Uses of StrictMaxPoolConfigService.Derive in org.jboss.as.ejb3.component.pool
Methods in org.jboss.as.ejb3.component.pool that return StrictMaxPoolConfigService.Derive Modifier and Type Method Description static StrictMaxPoolConfigService.DeriveStrictMaxPoolConfigService.Derive. valueOf(String name)Returns 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.Derive Modifier and Type Method Description voidStrictMaxPoolConfigService. setDerive(StrictMaxPoolConfigService.Derive derive)Constructors in org.jboss.as.ejb3.component.pool with parameters of type StrictMaxPoolConfigService.Derive Constructor Description StrictMaxPoolConfigService(String poolName, int declaredMaxSize, StrictMaxPoolConfigService.Derive derive, long timeout, TimeUnit timeUnit)
-