Class AdminObjectImpl
- java.lang.Object
-
- org.jboss.jca.common.metadata.resourceadapter.AdminObjectImpl
-
- All Implemented Interfaces:
Serializable,JCAMetadata,AdminObject
public class AdminObjectImpl extends Object implements AdminObject
A AdminObjectImpl.- Author:
- Stefano Maestri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.resourceadapter.AdminObject
AdminObject.Attribute, AdminObject.Tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassName()Map<String,String>getConfigProperties()StringgetJndiName()StringgetPoolName()inthashCode()BooleanisEnabled()BooleanisUseJavaContext()StringtoString()
-
-
-
Constructor Detail
-
AdminObjectImpl
public AdminObjectImpl(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext)
Constructor- Parameters:
configProperties- configPropertiesclassName- classNamejndiName- jndiNamepoolName- poolNameenabled- enableduseJavaContext- useJavaContext
-
-
Method Detail
-
getConfigProperties
public Map<String,String> getConfigProperties()
- Specified by:
getConfigPropertiesin interfaceAdminObject
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceAdminObject
-
getJndiName
public String getJndiName()
- Specified by:
getJndiNamein interfaceAdminObject
-
isEnabled
public Boolean isEnabled()
- Specified by:
isEnabledin interfaceAdminObject
-
isUseJavaContext
public Boolean isUseJavaContext()
- Specified by:
isUseJavaContextin interfaceAdminObject
-
getPoolName
public String getPoolName()
- Specified by:
getPoolNamein interfaceAdminObject
-
-