Uses of Interface
org.jpox.store.AutoStartMechanism

Packages that use AutoStartMechanism
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
 

Uses of AutoStartMechanism in org.jpox.store
 

Classes in org.jpox.store that implement AutoStartMechanism
 class AbstractAutoStartMechanism
          Abstract representation of an autostart mechanism.
 class ClassesAutoStarter
          An auto-starter mechanism that uses a defined list of classes to be loaded at start.
 class XMLAutoStarter
          An auto-starter mechanism storing its definition in an XML file.
 

Fields in org.jpox.store declared as AutoStartMechanism
protected  AutoStartMechanism StoreManager.starter
          Auto-Start mechanism to use.
 

Methods in org.jpox.store that return AutoStartMechanism
 AutoStartMechanism StoreManager.getAutoStartMechanism()
          Accessor for the AutoStartMechanism
 

Uses of AutoStartMechanism in org.jpox.store.rdbms
 

Classes in org.jpox.store.rdbms that implement AutoStartMechanism
 class SchemaAutoStarter
          Implementation of an Auto-Start Mechanism for JPOX.
 



Copyright © -2008 . All Rights Reserved.