Package org.mule.api.persistence

Interface Summary
Persistable Persistable is an interface for a Mule object that wants to be persisted somewhere.
PersistenceHelper A PersistenceHelper is an object that can carry out some optional pre-persistence steps for the Persistable.
PersistenceManager PersistenceManager is the interface for any object that can persist stuff.
PersistenceSerializer The purpose of a PersistenceSerializer is to customize the persistence of a Persistable object.
PersistenceStore PersistenceStore is the actual store where persisted objects are stored.
 

Class Summary
PersistenceNotification TODO
PersistenceNotificationListener  
 

Exception Summary
PersistenceException PersistenceException is the exception thrown by the PersistenceStore and/or Manager.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.