com.liferay.portal.scheduler.quartz
Class QuartzConnectionProvider

java.lang.Object
  extended by com.liferay.portal.scheduler.quartz.QuartzConnectionProvider
All Implemented Interfaces:
org.quartz.utils.ConnectionProvider

public class QuartzConnectionProvider
extends java.lang.Object
implements org.quartz.utils.ConnectionProvider

Author:
Bruno Farache

Constructor Summary
QuartzConnectionProvider()
           
 
Method Summary
 java.sql.Connection getConnection()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzConnectionProvider

public QuartzConnectionProvider()
Method Detail

getConnection

public java.sql.Connection getConnection()
Specified by:
getConnection in interface org.quartz.utils.ConnectionProvider

shutdown

public void shutdown()
Specified by:
shutdown in interface org.quartz.utils.ConnectionProvider