|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.impl.jdbcjobstore.WebLogicDelegate
public class WebLogicDelegate
This is a driver delegate for the WebLogic JDBC driver.
WebLogicOracleDelegate| Field Summary |
|---|
| Fields inherited from class org.quartz.impl.jdbcjobstore.StdJDBCDelegate |
|---|
instanceId, logger, tablePrefix, useProperties |
| Constructor Summary | |
|---|---|
WebLogicDelegate(org.slf4j.Logger log,
String tablePrefix,
String instanceId)
Create new WebLogicDelegate instance. |
|
WebLogicDelegate(org.slf4j.Logger log,
String tablePrefix,
String instanceId,
Boolean useProperties)
Create new WebLogicDelegate instance. |
|
| Method Summary | |
|---|---|
protected Object |
getJobDetailFromBlob(ResultSet rs,
String colName)
|
protected Object |
getObjectFromBlob(ResultSet rs,
String colName)
This method should be overridden by any delegate subclasses that need special handling for BLOBs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebLogicDelegate(org.slf4j.Logger log,
String tablePrefix,
String instanceId)
Create new WebLogicDelegate instance.
log - the logger to use during executiontablePrefix - the prefix of all table names
public WebLogicDelegate(org.slf4j.Logger log,
String tablePrefix,
String instanceId,
Boolean useProperties)
Create new WebLogicDelegate instance.
log - the logger to use during executiontablePrefix - the prefix of all table namesuseProperties - use java.util.Properties for storage| Method Detail |
|---|
protected Object getObjectFromBlob(ResultSet rs,
String colName)
throws ClassNotFoundException,
IOException,
SQLException
This method should be overridden by any delegate subclasses that need
special handling for BLOBs. The default implementation uses standard
JDBC java.sql.Blob operations.
getObjectFromBlob in class StdJDBCDelegaters - the result set, already queued to the correct rowcolName - the column name for the BLOB
ClassNotFoundException - if a class found during deserialization cannot be found
IOException - if deserialization causes an error
SQLException
protected Object getJobDetailFromBlob(ResultSet rs,
String colName)
throws ClassNotFoundException,
IOException,
SQLException
getJobDetailFromBlob in class StdJDBCDelegateClassNotFoundException
IOException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||