public class JDOSpeedo extends AbstractSpeedo implements PersistenceManagerFactory(Code)
This class is a client helper which permits to create a new speedo
instance. Due to the JDO constraint the persistence manager
factory implementation must have a public empty contructor. But the use of
the fractal component (www.objectweb.org/fractal) needs to use a
fractal implementation to initialize components. Then this class is an
implementation of the PersistentManagerFactory interface which delegates all
calls on a persistent manager factory delegate. The constructor of this class
make the components creation and their initialization via Julia (fractal
implementation).
author: S.Chassande-Barrioz