| Package | Description |
|---|---|
| org.gm4java.engine.support |
Provide implementations of
GMService and GMConnection. |
| Modifier and Type | Method and Description |
|---|---|
WhenExhaustedAction |
GMConnectionPoolConfig.getWhenExhaustedAction()
Returns the action to take when the
PooledGMService.getConnection() method is invoked when the pool is
exhausted (the maximum number of "active" GMConnections has been reached). |
static WhenExhaustedAction |
WhenExhaustedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhenExhaustedAction[] |
WhenExhaustedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GMConnectionPoolConfig.setWhenExhaustedAction(WhenExhaustedAction whenExhaustedAction)
Sets the action to take when the
PooledGMService.getConnection() method is invoked when the pool is
exhausted (the maximum number of "active" GMConnections has been reached). |
Copyright © 2016. All Rights Reserved.