org.jboss.jca.common.metadata.common
Class CommonAdminObjectImpl

java.lang.Object
  extended by org.jboss.jca.common.metadata.common.CommonAdminObjectImpl
All Implemented Interfaces:
Serializable, org.jboss.jca.common.api.metadata.common.CommonAdminObject, org.jboss.jca.common.api.metadata.JCAMetadata

public class CommonAdminObjectImpl
extends Object
implements org.jboss.jca.common.api.metadata.common.CommonAdminObject

A AdminObjectImpl.

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
org.jboss.jca.common.api.metadata.common.CommonAdminObject.Attribute, org.jboss.jca.common.api.metadata.common.CommonAdminObject.Tag
 
Constructor Summary
CommonAdminObjectImpl(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext)
          Create a new AdminObjectImpl.
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonAdminObjectImpl

public CommonAdminObjectImpl(Map<String,String> configProperties,
                             String className,
                             String jndiName,
                             String poolName,
                             Boolean enabled,
                             Boolean useJavaContext)
Create a new AdminObjectImpl.

Parameters:
configProperties - configProperties
className - className
jndiName - jndiName
poolName - poolName
enabled - enabled
useJavaContext - useJavaContext
Method Detail

getConfigProperties

public final Map<String,String> getConfigProperties()
Get the configProperties.

Specified by:
getConfigProperties in interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
Returns:
the configProperties.

getClassName

public final String getClassName()
Get the className.

Specified by:
getClassName in interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
Returns:
the className.

getJndiName

public final String getJndiName()
Get the jndiName.

Specified by:
getJndiName in interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
Returns:
the jndiName.

isEnabled

public final Boolean isEnabled()
Get the enabled.

Specified by:
isEnabled in interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
Returns:
the enabled.

isUseJavaContext

public final Boolean isUseJavaContext()
Get the useJavaContext.

Specified by:
isUseJavaContext in interface org.jboss.jca.common.api.metadata.common.CommonAdminObject
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.common.CommonAdminObject
Returns:
the poolName.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)