org.jboss.jca.common.api.metadata.common
Interface CommonConnDef

All Superinterfaces:
JCAMetadata, Serializable

public interface CommonConnDef
extends JCAMetadata

A ConnectionDefinition.

Author:
Stefano Maestri

Nested Class Summary
static class CommonConnDef.Attribute
          A Attribute.
static class CommonConnDef.Tag
          A Tag.
 
Method Summary
 String getClassName()
          Get the className.
 Map<String,String> getConfigProperties()
          Get the configProperties.
 String getJndiName()
          Get the jndiName.
 CommonPool getPool()
          Get the pool.
 String getPoolName()
          Get the poolName.
 Recovery getRecovery()
          Get the recovery settings.
 CommonSecurity getSecurity()
          Get the security.
 CommonTimeOut getTimeOut()
          Get the timeOut.
 CommonValidation getValidation()
          Get the validation.
 Boolean isEnabled()
          Get the enabled.
 Boolean isUseCcm()
          Get the useCcm.
 Boolean isUseJavaContext()
          Get the useJavaContext.
 Boolean isXa()
          Return true if this connectionDefnition have defined an XaPool
 

Method Detail

getConfigProperties

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

Returns:
the configProperties.

getClassName

String getClassName()
Get the className.

Returns:
the className.

getJndiName

String getJndiName()
Get the jndiName.

Returns:
the jndiName.

getPoolName

String getPoolName()
Get the poolName.

Returns:
the poolName.

isEnabled

Boolean isEnabled()
Get the enabled.

Returns:
the enabled.

isUseJavaContext

Boolean isUseJavaContext()
Get the useJavaContext.

Returns:
the useJavaContext.

isUseCcm

Boolean isUseCcm()
Get the useCcm.

Returns:
the useCcm.

getPool

CommonPool getPool()
Get the pool.

Returns:
the pool.

getTimeOut

CommonTimeOut getTimeOut()
Get the timeOut.

Returns:
the timeOut.

getValidation

CommonValidation getValidation()
Get the validation.

Returns:
the validation.

getSecurity

CommonSecurity getSecurity()
Get the security.

Returns:
the security.

isXa

Boolean isXa()
Return true if this connectionDefnition have defined an XaPool

Returns:
true if this connectionDefnition have defined an XaPool

getRecovery

Recovery getRecovery()
Get the recovery settings.

Returns:
the recovery settings.


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