Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.core.persistence

Packages that use org.eclipse.mtj.core.persistence
org.eclipse.mtj.core.build.preverifier This package provides an API for preverification support. 
org.eclipse.mtj.core.persistence This package provides and API for managing persistence. 
org.eclipse.mtj.core.project.runtime This package provides an API for managing MTJ project runtime configurations. 
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
org.eclipse.mtj.core.sdk.device.midp This package provides an API for managing MIDP devices. 
org.eclipse.mtj.core.symbol This package provides an API for managing all symbols that are used during the preprocessing operations. 
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.build.preverifier
IPersistable
          Implementors of this interface must be capable of saving and restoring their own state.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.persistence
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.
PersistenceException
          PersistenceException class wraps any exception that may be thrown during the persistence of any class implementing the IPersistable interface.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.project.runtime
PersistenceException
          PersistenceException class wraps any exception that may be thrown during the persistence of any class implementing the IPersistable interface.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.sdk.device
IPersistable
          Implementors of this interface must be capable of saving and restoring their own state.
PersistenceException
          PersistenceException class wraps any exception that may be thrown during the persistence of any class implementing the IPersistable interface.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.sdk.device.midp
IPersistable
          Implementors of this interface must be capable of saving and restoring their own state.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.symbol
IPersistable
          Implementors of this interface must be capable of saving and restoring their own state.
PersistenceException
          PersistenceException class wraps any exception that may be thrown during the persistence of any class implementing the IPersistable interface.
 


Mobile Tools for Java
Release 1.0