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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddConfigProperty(String key, String value)booleanequals(Object obj)StringgetClassName()Get the className.Map<String,String>getConfigProperties()Get the configProperties.StringgetJndiName()Get the jndiName.StringgetPoolName()Get the poolName.inthashCode()BooleanisEnabled()Get the enabled.BooleanisUseJavaContext()Get the useJavaContext.StringtoString()
-
-
-
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- configPropertiesclassName- classNamejndiName- jndiNamepoolName- poolNameenabled- enableduseJavaContext- useJavaContext- Throws:
org.jboss.jca.common.api.validator.ValidateException
-
-
Method Detail
-
getConfigProperties
public final Map<String,String> getConfigProperties()
Get the configProperties.- Specified by:
getConfigPropertiesin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the configProperties.
-
getClassName
public final String getClassName()
Get the className.- Specified by:
getClassNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the className.
-
getJndiName
public final String getJndiName()
Get the jndiName.- Specified by:
getJndiNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the jndiName.
-
isEnabled
public final Boolean isEnabled()
Get the enabled.- Specified by:
isEnabledin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the enabled.
-
isUseJavaContext
public final Boolean isUseJavaContext()
Get the useJavaContext.- Specified by:
isUseJavaContextin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the useJavaContext.
-
getPoolName
public final String getPoolName()
Get the poolName.- Specified by:
getPoolNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.AdminObject- Returns:
- the poolName.
-
-