Class ModifiableAdminObject

  • All Implemented Interfaces:
    Serializable, org.jboss.jca.common.api.metadata.JCAMetadata, org.jboss.jca.common.api.metadata.resourceadapter.AdminObject

    public class ModifiableAdminObject
    extends Object
    implements org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
    See Also:
    Serialized Form
    • Constructor Detail

      • ModifiableAdminObject

        public ModifiableAdminObject​(Map<String,​String> configProperties,
                                     String className,
                                     String jndiName,
                                     String poolName,
                                     Boolean enabled,
                                     Boolean useJavaContext)
                              throws org.jboss.jca.common.api.validator.ValidateException
        Create a new AdminObjectImpl.
        Parameters:
        configProperties - configProperties
        className - className
        jndiName - jndiName
        poolName - poolName
        enabled - enabled
        useJavaContext - useJavaContext
        Throws:
        org.jboss.jca.common.api.validator.ValidateException
    • Method Detail

      • getConfigProperties

        public final Map<String,​String> getConfigProperties()
        Get the configProperties.
        Specified by:
        getConfigProperties in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the configProperties.
      • getClassName

        public final String getClassName()
        Get the className.
        Specified by:
        getClassName in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the className.
      • getJndiName

        public final String getJndiName()
        Get the jndiName.
        Specified by:
        getJndiName in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the jndiName.
      • isEnabled

        public final Boolean isEnabled()
        Get the enabled.
        Specified by:
        isEnabled in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the enabled.
      • isUseJavaContext

        public final Boolean isUseJavaContext()
        Get the useJavaContext.
        Specified by:
        isUseJavaContext in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the useJavaContext.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getPoolName

        public final String getPoolName()
        Get the poolName.
        Specified by:
        getPoolName in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
        Returns:
        the poolName.