Liferay 6.1.2-ce-ga3

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 Object
implements org.quartz.utils.ConnectionProvider


Constructor Summary
QuartzConnectionProvider()
           
 
Method Summary
 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 Connection getConnection()
Specified by:
getConnection in interface org.quartz.utils.ConnectionProvider

shutdown

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

Liferay 6.1.2-ce-ga3