Deprecated API

Deprecated Exceptions
org.springframework.scheduling.timer.TimerTaskExecutionException
          The Timer's main loop will simply stop if a TimerTask throws an exception. Therefore it's advisable to not throw an exception from a TimerTask, except when intending to stop the entire Timer. 
 

Deprecated Methods
org.springframework.orm.ibatis.SqlMapClientOperations.queryForList(String, Object, RowHandler)
            
 



Copyright (C) 2003-2004 The Spring Framework Project.