Uses of Interface
org.jboss.ejb.txtimer.DatabasePersistencePlugin

Packages that use DatabasePersistencePlugin
org.jboss.ejb.txtimer   
 

Uses of DatabasePersistencePlugin in org.jboss.ejb.txtimer
 

Subinterfaces of DatabasePersistencePlugin in org.jboss.ejb.txtimer
 interface DatabasePersistencePluginExt
          An extension of DatabasePersistencePlugin that allows setting of the timers table name during initialization.
 

Classes in org.jboss.ejb.txtimer that implement DatabasePersistencePlugin
 class GeneralPurposeDatabasePersistencePlugin
          This DatabasePersistencePlugin uses getBytes/setBytes to persist the serializable objects associated with the timer.
 class OracleDatabasePersistencePlugin
          This DatabasePersistencePlugin uses getBinaryStream/setBinaryStream to persist the serializable objects associated with the timer.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.