Interface AdminObject
-
- All Superinterfaces:
JCAMetadata,Serializable
public interface AdminObject extends JCAMetadata
An AdminObject.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminObject.AttributeA Attribute.static classAdminObject.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()Get the className.Map<String,String>getConfigProperties()Get the configProperties.StringgetJndiName()Get the jndiName.kStringgetPoolName()Get the poolName.BooleanisEnabled()Get the enabled.BooleanisUseJavaContext()Get the useJavaContext.
-
-
-
Method Detail
-
getConfigProperties
Map<String,String> 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.
-
-