public class CommandCreateConnectorConnectionPool extends Command
Modifier and Type | Field and Description |
---|---|
private static String |
COMMAND
Command string for create EIS connection pool command.
|
(package private) String |
connectionDefinition
The name of the connection definition.
|
(package private) String |
poolName
Connection pool unique name (and ID).
|
(package private) Map<String,String> |
properties
Optional properties for configuring the pool.
|
(package private) String |
raName
The name of the resource adapter.
|
private static final String COMMAND
final String poolName
final String raName
final String connectionDefinition
final Map<String,String> properties
LazyConnectionEnlistment | Deprecated. Use the equivalent option. Default value is false. |
LazyConnectionAssociation | Deprecated. Use the equivalent option. Default value is false. |
AssociateWithThread | Deprecated. Use the equivalent option. Default value is false. |
MatchConnections | Deprecated. Use the equivalent option. Default value is false. |
public CommandCreateConnectorConnectionPool(String poolName, String raName, String connectionDefinition, Map<String,String> properties)
poolName
- Connection pool unique name (and ID).raName
- The name of the resource adapter.connectionDefinition
- The name of the connection definition.properties
- Optional properties for configuring the resource.Copyright © 2013. All Rights Reserved.