org.jboss.ejb.txtimer
Interface DatabasePersistencePluginExt
- All Superinterfaces:
- DatabasePersistencePlugin
- All Known Implementing Classes:
- GeneralPurposeDatabasePersistencePlugin, OracleDatabasePersistencePlugin
public interface DatabasePersistencePluginExt
- extends DatabasePersistencePlugin
An extension of DatabasePersistencePlugin that allows setting of the
timers table name during initialization.
- Version:
- $Revision: 85945 $
- Author:
- Dimitris.Andreadis@jboss.org
Methods inherited from interface org.jboss.ejb.txtimer.DatabasePersistencePlugin |
clearTimers, createTableIfNotExists, deleteTimer, getColumnInfo, getColumnInitialDate, getColumnInstancePK, getColumnTargetID, getColumnTimerID, getColumnTimerInterval, getTableName, init, insertTimer, selectTimers |
init
void init(MBeanServer server,
ObjectName dataSource,
String tableName)
throws SQLException
- Initialize the plugin and set also the timers tablename
- Throws:
SQLException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.