Mobile Tools for Java
Release 1.0

Package org.eclipse.mtj.core.persistence

This package provides and API for managing persistence.

See:
          Description

Interface Summary
IBundleReferencePersistable Classes that implement the IBundleReferencePersistable interface are standard IPersistable classes that must also be able to provide a reference to the bundle from which they may be loaded.
IPersistable Implementors of this interface must be capable of saving and restoring their own state.
IPersistenceProvider Implementors of this interface provide facility methods for storing and retrieving persistable objects.
 

Exception Summary
PersistenceException An exception that may occur during the process of persisting or retrieving IPersistable elements.
 

Package org.eclipse.mtj.core.persistence Description

This package provides and API for managing persistence.


Mobile Tools for Java
Release 1.0