org.springframework.config.java.txannotations
Class TxAnnotationTests.SampleConfig

java.lang.Object
  extended by org.springframework.config.java.txannotations.TxAnnotationTests.SampleConfig
Enclosing class:
TxAnnotationTests

public static class TxAnnotationTests.SampleConfig
extends Object


Constructor Summary
TxAnnotationTests.SampleConfig()
           
 
Method Summary
 Object myApplicationBean()
           
 void setGenericDataSource(DataSource genericDataSource)
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 DataSource transactionalDataSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxAnnotationTests.SampleConfig

public TxAnnotationTests.SampleConfig()
Method Detail

setGenericDataSource

public void setGenericDataSource(DataSource genericDataSource)
Parameters:
genericDataSource - the genericDataSource to set

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

setUsername

public void setUsername(String username)
Parameters:
username - the username to set

transactionalDataSource

public DataSource transactionalDataSource()

myApplicationBean

public Object myApplicationBean()


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.