Interface AdminObject

All Superinterfaces:
JCAMetadata, Serializable

public interface AdminObject extends JCAMetadata
An AdminObject.
Author:
Stefano Maestri
  • Method Details

    • 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.