stomp.jdo.kodo
Class KodoPMFactory

java.lang.Object
  |
  +--stomp.jdo.GenericPMFactory
        |
        +--stomp.jdo.kodo.KodoPMFactory
All Implemented Interfaces:
PMFactory

public class KodoPMFactory
extends GenericPMFactory

stomp extension that supports plugging in Kodo JDO.

Author:
Eric Lindauer

Constructor Summary
KodoPMFactory(java.lang.String schema)
           
 
Method Summary
protected  javax.jdo.PersistenceManagerFactory configure(javax.jdo.PersistenceManagerFactory pmFactory)
          called immediately after creating any PMFactory.
 
Methods inherited from class stomp.jdo.GenericPMFactory
getNewTransactionalPersistenceManager, getNonTransactionalPersistenceManager, getReadOnlyPersistenceManager, getSchemaGroup, getTransactionalPersistenceManager, transactionCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KodoPMFactory

public KodoPMFactory(java.lang.String schema)
Method Detail

configure

protected javax.jdo.PersistenceManagerFactory configure(javax.jdo.PersistenceManagerFactory pmFactory)
Description copied from class: GenericPMFactory
called immediately after creating any PMFactory.

Overrides:
configure in class GenericPMFactory