Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.persistence.IPersistenceProvider

Packages that use IPersistenceProvider
org.eclipse.mtj.core.persistence This package provides and API for managing persistence. 
org.eclipse.mtj.core.sdk.device.midp.library.api This package provides an API for managing the API provided by an ILibrary instance. 
 

Uses of IPersistenceProvider in org.eclipse.mtj.core.persistence
 

Methods in org.eclipse.mtj.core.persistence with parameters of type IPersistenceProvider
 void IPersistable.loadUsing(IPersistenceProvider persistenceProvider)
          Load the state of this object using the specified persistence state information.
 void IPersistable.storeUsing(IPersistenceProvider persistenceProvider)
          Save the state of this object using the specified persistence state information.
 

Uses of IPersistenceProvider in org.eclipse.mtj.core.sdk.device.midp.library.api
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library.api with parameters of type IPersistenceProvider
 void API.loadUsing(IPersistenceProvider persistenceProvider)
           
 void API.storeUsing(IPersistenceProvider persistenceProvider)
           
 


Mobile Tools for Java
Release 1.0