Interface AdminObject
- All Superinterfaces:
JCAMetadata,Serializable
An AdminObject.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptionGet the className.Get the configProperties.Get the jndiName.kGet the poolName.Get the enabled.Get the useJavaContext.
-
Method Details
-
getConfigProperties
Get the configProperties.- Returns:
- the configProperties.
-
getClassName
String getClassName()Get the className.- Returns:
- the className.
-
getJndiName
String getJndiName()Get the jndiName.k- Returns:
- the jndiName.
-
getPoolName
String getPoolName()Get the poolName.- Returns:
- the poolName.
-
isEnabled
Boolean isEnabled()Get the enabled.- Returns:
- the enabled.
-
isUseJavaContext
Boolean isUseJavaContext()Get the useJavaContext.- Returns:
- the useJavaContext.
-