| 
 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.db.generic.CmsProjectDriver
org.opencms.db.oracle.CmsProjectDriver
public class CmsProjectDriver
Oracle/OCI implementation of the project driver methods.
| Field Summary | 
|---|
| Fields inherited from class org.opencms.db.generic.CmsProjectDriver | 
|---|
| DBC_ATTR_READ_PROJECT_FOR_RESOURCE, 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_CmsProjectDriver | 
|---|
| DRIVER_TYPE_ID, SETUP_PROJECT_NAME, TEMP_FILE_PROJECT_NAME | 
| Constructor Summary | |
|---|---|
| CmsProjectDriver() | |
| Method Summary | |
|---|---|
|  void | createPublishJob(CmsDbContext dbc,
                 CmsPublishJobInfoBean publishJob)Inserts an entry for a publish job . | 
|  CmsSqlManager | initSqlManager(java.lang.String classname)Initializes the SQL manager for this driver. | 
|  void | writePublishReport(CmsDbContext dbc,
                   CmsUUID publishId,
                   byte[] content)Writes a publish report for a publish job. | 
| 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 | 
|---|
public CmsProjectDriver()
| Method Detail | 
|---|
public void createPublishJob(CmsDbContext dbc,
                             CmsPublishJobInfoBean publishJob)
                      throws CmsDataAccessException
I_CmsProjectDriver
createPublishJob in interface I_CmsProjectDrivercreatePublishJob in class CmsProjectDriverdbc - the current database contextpublishJob - the publish job data
CmsDataAccessException - if something goes wrongI_CmsProjectDriver.createPublishJob(org.opencms.db.CmsDbContext, org.opencms.publish.CmsPublishJobInfoBean)
public void writePublishReport(CmsDbContext dbc,
                               CmsUUID publishId,
                               byte[] content)
                        throws CmsDataAccessException
I_CmsProjectDriver
writePublishReport in interface I_CmsProjectDriverwritePublishReport in class CmsProjectDriverdbc - the current database contextpublishId - the ID of the current publishing processcontent - the report output
CmsDataAccessException - if something goes wrongI_CmsProjectDriver.writePublishReport(org.opencms.db.CmsDbContext, org.opencms.util.CmsUUID, byte[])public CmsSqlManager initSqlManager(java.lang.String classname)
I_CmsProjectDriverTo obtain JDBC connections from different pools, further {online|offline|history} pool Urls have to be specified.
initSqlManager in interface I_CmsProjectDriverinitSqlManager in class CmsProjectDriverclassname - the classname of the SQL manager
I_CmsProjectDriver.initSqlManager(String)| 
 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||