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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
org.jboss.jca.common.api.metadata.resourceadapter.AdminObject.Attribute, org.jboss.jca.common.api.metadata.resourceadapter.AdminObject.Tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConfigProperty(String key, String value) booleanfinal StringGet the className.Get the configProperties.final StringGet the jndiName.final StringGet the poolName.inthashCode()final BooleanGet the enabled.final BooleanGet the useJavaContext.toString()
-
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.ValidateExceptionCreate a new AdminObjectImpl.- Parameters:
configProperties- configPropertiesclassName- classNamejndiName- jndiNamepoolName- poolNameenabled- enableduseJavaContext- useJavaContext- Throws:
org.jboss.jca.common.api.validator.ValidateException
-
-
Method Details
-
getConfigProperties
Get the configProperties.- Specified by:
getConfigPropertiesin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the configProperties.
-
addConfigProperty
-
getClassName
Get the className.- Specified by:
getClassNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the className.
-
getJndiName
Get the jndiName.- Specified by:
getJndiNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the jndiName.
-
isEnabled
Get the enabled.- Specified by:
isEnabledin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the enabled.
-
isUseJavaContext
Get the useJavaContext.- Specified by:
isUseJavaContextin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the useJavaContext.
-
hashCode
public int hashCode() -
equals
-
toString
-
getPoolName
Get the poolName.- Specified by:
getPoolNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the poolName.
-