public class CommandCreateConnector extends CommandTarget
Modifier and Type | Field and Description |
---|---|
private static String |
COMMAND
Command string for create connector resource command.
|
(package private) boolean |
enabled
If this object is enabled.
|
(package private) String |
jndiName
The JNDI name of this connector resource.
|
(package private) String |
poolName
Connection pool unique name (and ID).
|
(package private) Map<String,String> |
properties
Optional properties for configuring the resource.
|
target
Constructor and Description |
---|
CommandCreateConnector(String jndiName,
String poolName,
Map<String,String> properties)
Constructs an instance of GlassFish server create connector resource
command entity.
|
CommandCreateConnector(String jndiName,
String poolName,
Map<String,String> properties,
boolean enabled)
Constructs an instance of GlassFish server create connector resource
command entity.
|
CommandCreateConnector(String jndiName,
String poolName,
Map<String,String> properties,
boolean enabled,
String target)
Constructs an instance of GlassFish server create connector resource
command entity.
|
private static final String COMMAND
final String jndiName
final String poolName
final boolean enabled
public CommandCreateConnector(String jndiName, String poolName, Map<String,String> properties, boolean enabled, String target)
jndiName
- The JNDI name of this connector resource.poolName
- Connection pool unique name (and ID).properties
- Optional properties for configuring the pool.enabled
- If this object is enabled.target
- Name of the cluster or instance where the resource
will be created.public CommandCreateConnector(String jndiName, String poolName, Map<String,String> properties, boolean enabled)
jndiName
- The JNDI name of this connector resource.poolName
- Connection pool unique name (and ID).properties
- Optional properties for configuring the pool.enabled
- If this object is enabled.public CommandCreateConnector(String jndiName, String poolName, Map<String,String> properties)
jndiName
- The JNDI name of this connector resource.poolName
- Connection pool unique name (and ID).properties
- Optional properties for configuring the pool.Copyright © 2013. All Rights Reserved.