Package | Description |
---|---|
org.jboss.as.ejb3.component.pool |
Modifier and Type | Method and Description |
---|---|
static StrictMaxPoolConfigService.Derive |
StrictMaxPoolConfigService.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.
|
Modifier and Type | Method and Description |
---|---|
void |
StrictMaxPoolConfigService.setDerive(StrictMaxPoolConfigService.Derive derive) |
Constructor and Description |
---|
StrictMaxPoolConfigService(String poolName,
int declaredMaxSize,
StrictMaxPoolConfigService.Derive derive,
long timeout,
TimeUnit timeUnit) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.