Class ModifiableAdminObject

java.lang.Object
org.jboss.as.connector.subsystems.resourceadapters.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:
  • Constructor Details

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

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

      public String addConfigProperty(String key, String value)
    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString 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.