public class ModifiableAdminObject extends Object implements org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
Constructor and Description |
---|
ModifiableAdminObject(Map<String,String> configProperties,
String className,
String jndiName,
String poolName,
Boolean enabled,
Boolean useJavaContext)
Create a new AdminObjectImpl.
|
Modifier and Type | Method and Description |
---|---|
String |
addConfigProperty(String key,
String value) |
boolean |
equals(Object obj) |
String |
getClassName()
Get the className.
|
Map<String,String> |
getConfigProperties()
Get the configProperties.
|
String |
getJndiName()
Get the jndiName.
|
String |
getPoolName()
Get the poolName.
|
int |
hashCode() |
Boolean |
isEnabled()
Get the enabled.
|
Boolean |
isUseJavaContext()
Get the useJavaContext.
|
String |
toString() |
public ModifiableAdminObject(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext) throws org.jboss.jca.common.api.validator.ValidateException
configProperties
- configPropertiesclassName
- classNamejndiName
- jndiNamepoolName
- poolNameenabled
- enableduseJavaContext
- useJavaContextorg.jboss.jca.common.api.validator.ValidateException
public final Map<String,String> getConfigProperties()
getConfigProperties
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
public final String getClassName()
getClassName
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
public final String getJndiName()
getJndiName
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
public final Boolean isEnabled()
isEnabled
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
public final Boolean isUseJavaContext()
isUseJavaContext
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
public final String getPoolName()
getPoolName
in interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.