public interface CommonAdminObject extends JCAMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
CommonAdminObject.Attribute
A Attribute.
|
static class |
CommonAdminObject.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Get the className.
|
java.util.Map<java.lang.String,java.lang.String> |
getConfigProperties()
Get the configProperties.
|
java.lang.String |
getJndiName()
Get the jndiName.
|
java.lang.String |
getPoolName()
Get the poolName.
|
java.lang.Boolean |
isEnabled()
Get the enabled.
|
java.lang.Boolean |
isUseJavaContext()
Get the useJavaContext.
|
java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
java.lang.String getClassName()
java.lang.String getJndiName()
java.lang.String getPoolName()
java.lang.Boolean isEnabled()
java.lang.Boolean isUseJavaContext()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)