|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin (src)
org.jboss.ejb.txtimer.OracleDatabasePersistencePlugin
This DatabasePersistencePlugin uses getBinaryStream/setBinaryStream to persist the serializable objects associated with the timer.
Field Summary |
Fields inherited from class org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin (src) |
dataSourceName, ds, metaDataName, server |
Constructor Summary | |
OracleDatabasePersistencePlugin()
|
Method Summary | |
void |
insertTimer(java.lang.String timerId,
TimedObjectId (src) timedObjectId,
java.util.Date initialExpiration,
long intervalDuration,
java.io.Serializable info)
Insert a timer object |
java.util.List |
selectTimers()
Select a list of currently persisted timer handles |
Methods inherited from class org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin (src) |
clearTimers, createTableIfNotExists, deleteTimer, deserialize, deserialize, getColumnInfo, getColumnInitialDate, getColumnInstancePK, getColumnTargetID, getColumnTimerID, getColumnTimerInterval, getTableName, init, serialize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleDatabasePersistencePlugin()
Method Detail |
public void insertTimer(java.lang.String timerId, TimedObjectId (src) timedObjectId, java.util.Date initialExpiration, long intervalDuration, java.io.Serializable info) throws java.sql.SQLException
insertTimer
in interface DatabasePersistencePlugin (src)
insertTimer
in class GeneralPurposeDatabasePersistencePlugin (src)
java.sql.SQLException
public java.util.List selectTimers() throws java.sql.SQLException
selectTimers
in interface DatabasePersistencePlugin (src)
selectTimers
in class GeneralPurposeDatabasePersistencePlugin (src)
java.sql.SQLException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |