Liferay 6.0.5

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


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

QuartzConnectionProviderImpl

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