org.jboss.jca.common.api.metadata.ds
Interface CommonDataSource

All Superinterfaces:
JCAMetadata, Serializable
All Known Subinterfaces:
DataSource, XaDataSource

public interface CommonDataSource
extends JCAMetadata

A CommonDataSource.

Author:
Stefano Maestri

Method Summary
 String getJndiName()
          Get the jndiName.
 String getPoolName()
          Get the poolName.
 CommonSecurity getSecurity()
          Get the security.
 TimeOut getTimeOut()
          Get the timeOut
 TransactionIsolation getTransactionIsolation()
          Get the transactionIsolation.
 Validation getValidation()
          Get the validation.
 Boolean isEnabled()
          Get the enabled.
 Boolean isUseJavaContext()
          Get the useJavaContext.
 

Method Detail

getTransactionIsolation

TransactionIsolation getTransactionIsolation()
Get the transactionIsolation.

Returns:
the transactionIsolation.

getTimeOut

TimeOut getTimeOut()
Get the timeOut

Returns:
the timeOut.

getSecurity

CommonSecurity getSecurity()
Get the security.

Returns:
the security.

getValidation

Validation getValidation()
Get the validation.

Returns:
the validation.

isUseJavaContext

Boolean isUseJavaContext()
Get the useJavaContext.

Returns:
the useJavaContext.

getPoolName

String getPoolName()
Get the poolName.

Returns:
the poolName.

isEnabled

Boolean isEnabled()
Get the enabled.

Returns:
the enabled.

getJndiName

String getJndiName()
Get the jndiName.

Returns:
the jndiName.


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