Package de.xima.fc.timing.db
Class QuartzConnectionProvider
java.lang.Object
de.xima.fc.timing.db.QuartzConnectionProvider
- All Implemented Interfaces:
 org.quartz.utils.ConnectionProvider
Class to provide an database-connection for the scheduling
- Author:
 - XIMA MEDIA GmbH
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
QuartzConnectionProvider
public QuartzConnectionProvider() 
 - 
 - 
Method Details
- 
getConnection
- Specified by:
 getConnectionin interfaceorg.quartz.utils.ConnectionProvider- Throws:
 SQLException
 - 
shutdown
- Specified by:
 shutdownin interfaceorg.quartz.utils.ConnectionProvider- Throws:
 SQLException
 - 
initialize
- Specified by:
 initializein interfaceorg.quartz.utils.ConnectionProvider- Throws:
 SQLException
 
 -