org.jboss.jca.common.metadata.common.v11
Class CommonConnDefImpl

java.lang.Object
  extended by org.jboss.jca.common.metadata.common.v10.CommonConnDefImpl
      extended by org.jboss.jca.common.metadata.common.v11.CommonConnDefImpl
All Implemented Interfaces:
Serializable, org.jboss.jca.common.api.metadata.common.CommonConnDef, org.jboss.jca.common.api.metadata.JCAMetadata

public class CommonConnDefImpl
extends CommonConnDefImpl
implements org.jboss.jca.common.api.metadata.common.v11.CommonConnDef

A ConnectionDefinition.

Author:
Jesper Pedersen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.common.v11.CommonConnDef
org.jboss.jca.common.api.metadata.common.v11.CommonConnDef.Attribute, org.jboss.jca.common.api.metadata.common.v11.CommonConnDef.Tag
 
Field Summary
 
Fields inherited from class org.jboss.jca.common.metadata.common.v10.CommonConnDefImpl
className, configProperties, enabled, jndiName, pool, poolName, recovery, security, timeOut, useCcm, useJavaContext, validation
 
Constructor Summary
CommonConnDefImpl(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext, Boolean useCcm, Boolean sharable, org.jboss.jca.common.api.metadata.common.CommonPool pool, org.jboss.jca.common.api.metadata.common.CommonTimeOut timeOut, org.jboss.jca.common.api.metadata.common.CommonValidation validation, org.jboss.jca.common.api.metadata.common.CommonSecurity security, org.jboss.jca.common.api.metadata.common.Recovery recovery)
          Create a new ConnectionDefinition.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 Boolean isSharable()
          Get the sharable
 String toString()
           
 
Methods inherited from class org.jboss.jca.common.metadata.common.v10.CommonConnDefImpl
getClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, isXa
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonConnDef
getClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, isXa
 

Constructor Detail

CommonConnDefImpl

public CommonConnDefImpl(Map<String,String> configProperties,
                         String className,
                         String jndiName,
                         String poolName,
                         Boolean enabled,
                         Boolean useJavaContext,
                         Boolean useCcm,
                         Boolean sharable,
                         org.jboss.jca.common.api.metadata.common.CommonPool pool,
                         org.jboss.jca.common.api.metadata.common.CommonTimeOut timeOut,
                         org.jboss.jca.common.api.metadata.common.CommonValidation validation,
                         org.jboss.jca.common.api.metadata.common.CommonSecurity security,
                         org.jboss.jca.common.api.metadata.common.Recovery recovery)
Create a new ConnectionDefinition.

Parameters:
configProperties - configProperties
className - className
jndiName - jndiName
poolName - poolName
enabled - enabled
useJavaContext - useJavaContext
useCcm - useCcm
sharable - sharable
pool - pool
timeOut - timeOut
validation - validation
security - security
recovery - recovery
Method Detail

isSharable

public final Boolean isSharable()
Get the sharable

Returns:
the sharable

hashCode

public int hashCode()
Overrides:
hashCode in class CommonConnDefImpl

equals

public boolean equals(Object obj)
Overrides:
equals in class CommonConnDefImpl

toString

public String toString()
Overrides:
toString in class CommonConnDefImpl


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