public class CommandCreateAdminObject extends Command
Modifier and Type | Field and Description |
---|---|
private static String |
COMMAND
Command string for create administered object command.
|
(package private) boolean |
enabled
If this object is enabled.
|
(package private) String |
jndiName
The JNDI name of this JDBC resource.
|
(package private) Map<String,String> |
properties
Optional properties for configuring administered object.
|
(package private) String |
raName
The name of the resource adapter associated with this administered
object.
|
(package private) String |
resType
Resource type.
|
Constructor and Description |
---|
CommandCreateAdminObject(String jndiName,
String resType,
String raname,
Map<String,String> properties)
Constructs an instance of GlassFish server create administered object
command entity.
|
CommandCreateAdminObject(String jndiName,
String resType,
String raName,
Map<String,String> properties,
boolean enabled)
Constructs an instance of GlassFish server create administered object
command entity.
|
private static final String COMMAND
final String jndiName
final String resType
final String raName
final Map<String,String> properties
final boolean enabled
public CommandCreateAdminObject(String jndiName, String resType, String raName, Map<String,String> properties, boolean enabled)
jndiName
- The JNDI name of this JDBC resource.resType
- Resource type.raName
- The name of the resource adapter associated with
this administered object.properties
- Optional properties for configuring the pool.enabled
- If this object is enabled.public CommandCreateAdminObject(String jndiName, String resType, String raname, Map<String,String> properties)
jndiName
- The JNDI name of this JDBC resource.resType
- Resource type.raName
- The name of the resource adapter associated with
this administered object.properties
- Optional properties for configuring the pool.Copyright © 2013. All Rights Reserved.