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

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

public interface CommonDataSource
extends JCAMetadata, ValidatableMetadata

A CommonDataSource.

Author:
Stefano Maestri

Method Summary
 String getDriver()
          Get the driver
 String getJndiName()
          Get the jndiName.
 String getPoolName()
          Get the poolName.
 DsSecurity 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 isSpy()
          Get the spy.
 Boolean isUseCcm()
          Get the use-ccm.
 Boolean isUseJavaContext()
          Get the useJavaContext.
 void setEnabled(Boolean enabled)
          Set the enabled.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getTransactionIsolation

TransactionIsolation getTransactionIsolation()
Get the transactionIsolation.

Returns:
the transactionIsolation.

getTimeOut

TimeOut getTimeOut()
Get the timeOut

Returns:
the timeOut.

getSecurity

DsSecurity 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.

isSpy

Boolean isSpy()
Get the spy.

Returns:
the spy.

isUseCcm

Boolean isUseCcm()
Get the use-ccm.

Returns:
the use-ccm.

getDriver

String getDriver()
Get the driver

Returns:
The value

setEnabled

void setEnabled(Boolean enabled)
Set the enabled.

Parameters:
enabled - The enabled to set.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)