com.liferay.portal.scheduler.quartz
Class QuartzConnectionProviderImpl

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

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

View Source

Author:
Bruno Farache

Constructor Summary
QuartzConnectionProviderImpl()
           
 
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

QuartzConnectionProviderImpl

public QuartzConnectionProviderImpl()
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