org.opencms.db.postgresql
Class CmsSubscriptionDriver

java.lang.Object
  extended by org.opencms.db.generic.CmsSubscriptionDriver
      extended by org.opencms.db.postgresql.CmsSubscriptionDriver
All Implemented Interfaces:
I_CmsDriver, I_CmsSubscriptionDriver

public class CmsSubscriptionDriver
extends CmsSubscriptionDriver

PostgreSQL implementation of the subscription driver.

Since:
8.0.0

Field Summary
 
Fields inherited from class org.opencms.db.generic.CmsSubscriptionDriver
m_driverManager, m_sqlManager
 
Fields inherited from interface org.opencms.db.I_CmsDriver
AND_CONDITION, BEGIN_CONDITION, BEGIN_EXCLUDE_CONDITION, BEGIN_INCLUDE_CONDITION, END_CONDITION, OR_CONDITION
 
Fields inherited from interface org.opencms.db.I_CmsSubscriptionDriver
DRIVER_TYPE_ID
 
Constructor Summary
CmsSubscriptionDriver()
           
 
Method Summary
 CmsSqlManager initSqlManager(String classname)
          Initializes the SQL manager for this driver.
 
Methods inherited from class org.opencms.db.generic.CmsSubscriptionDriver
addVisit, deleteVisits, getDateLastVisitedBy, getSqlManager, init, internalReadVisitEntry, markResourceAsVisitedBy, prepareVisitConditions, readAllSubscribedResources, readResourcesVisitedBy, readSubscribedDeletedResources, readSubscribedResources, readVisits, setSubscribedResourceAsDeleted, subscribeResourceFor, unsubscribeAllDeletedResources, unsubscribeAllResourcesFor, unsubscribeResourceFor, unsubscribeResourceForAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencms.db.I_CmsDriver
toString
 

Constructor Detail

CmsSubscriptionDriver

public CmsSubscriptionDriver()
Method Detail

initSqlManager

public CmsSqlManager initSqlManager(String classname)
Description copied from interface: I_CmsSubscriptionDriver
Initializes the SQL manager for this driver.

To obtain JDBC connections from different pools, further {online|offline|history} pool Urls have to be specified.

Specified by:
initSqlManager in interface I_CmsSubscriptionDriver
Overrides:
initSqlManager in class CmsSubscriptionDriver
Parameters:
classname - the classname of the SQL manager
Returns:
the SQL manager for this driver
See Also:
CmsSubscriptionDriver.initSqlManager(java.lang.String)