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 PersistenceException class wraps any exception that may be thrown during the persistence of any class implementing the IPersistable interface.
 

Package org.eclipse.mtj.core.persistence Description

This package provides and API for managing persistence.


Mobile Tools for Java
Release 1.0