Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.persistence.PersistenceException

Packages that use PersistenceException
org.eclipse.mtj.core.model The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application. 
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.core.model.device This package provides an API for managing emulated devices. 
org.eclipse.mtj.core.model.device.impl This package provides basic implementations for emulated devices. 
org.eclipse.mtj.core.model.device.preprocess This package provides preprocessing support operations. 
org.eclipse.mtj.core.model.impl This package provides basic implementations for the models. 
org.eclipse.mtj.core.model.library.api This package provides an API for managing the API provided by an ILibrary instance. 
org.eclipse.mtj.core.model.library.impl This package provides basic implementations for the library interfaces. 
org.eclipse.mtj.core.model.preprocessor This package provides an API for managing preprocessing symbol definition. 
org.eclipse.mtj.core.model.preverifier This package provides an API for preverification support. 
org.eclipse.mtj.core.model.preverifier.impl This package provides basic implementations for the preverification support interfaces. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
org.eclipse.mtj.core.persistence This package provides and API for managing persistence. 
 

Uses of PersistenceException in org.eclipse.mtj.core.model
 

Methods in org.eclipse.mtj.core.model that throw PersistenceException
 void Classpath.loadUsing(IPersistenceProvider persistenceProvider)
           
 void Classpath.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.configuration
 

Constructors in org.eclipse.mtj.core.model.configuration that throw PersistenceException
Configuration(Element configElement)
          Construct Configuration from meta data XML file.
Configurations(Element configsElement)
          Construct Configurations from meta data XML file.
 

Uses of PersistenceException in org.eclipse.mtj.core.model.device
 

Methods in org.eclipse.mtj.core.model.device that throw PersistenceException
 void DeviceRegistry.addDevice(IDevice device, boolean fireDeviceAddedEvent)
          Add a new device instance to the device registry.
 void DeviceRegistry.clear()
          Clear the registry of all entries.
 List<IDevice> DeviceRegistry.getAllDevices()
          Return a list of all of the devices in the registry.
 IDevice DeviceRegistry.getDevice(String groupName, String deviceName)
          Return the device with the specified key or null if no such device is found in the registry.
 int DeviceRegistry.getDeviceCount()
          Return the number of devices registered.
 List<String> DeviceRegistry.getDeviceGroups()
          Return the registered device groups.
 List<IDevice> DeviceRegistry.getDevices(String groupName)
          Return the devices found in the specified group or null if the specified group cannot be found.
 void DeviceRegistry.load()
          Load the contents of the device registry from the storage file in the plug-in state location.
 void DeviceRegistry.loadUsing(IPersistenceProvider persistenceProvider)
           
 void DeviceRegistry.removeDevice(IDevice device)
          Remove the specified device from the registry if it exists.
 void DeviceRegistry.store()
          Store out the contents of the registry into the standard device storage file in the plug-in state location.
 void DeviceRegistry.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.device.impl
 

Methods in org.eclipse.mtj.core.model.device.impl that throw PersistenceException
 void AbstractDevice.loadUsing(IPersistenceProvider persistenceProvider)
           
 void AbstractDevice.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.device.preprocess
 

Methods in org.eclipse.mtj.core.model.device.preprocess that throw PersistenceException
static SymbolDefinitionSet[] DeviceSymbolDefinitionSetFactory.importFromJ2MEPolishFormat(IProgressMonitor monitor, InputStream devicesInputStream, InputStream groupsInputStream)
          Import and create array of SymbosDefinitionSet from J2ME polish XML files (devices.xml & groups.xml).
 

Uses of PersistenceException in org.eclipse.mtj.core.model.impl
 

Methods in org.eclipse.mtj.core.model.impl that throw PersistenceException
 void VMInstallClasspath.loadUsing(IPersistenceProvider persistenceProvider)
           
 void VMInstallClasspath.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.library.api
 

Methods in org.eclipse.mtj.core.model.library.api that throw PersistenceException
 void API.loadUsing(IPersistenceProvider persistenceProvider)
           
 void API.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.library.impl
 

Methods in org.eclipse.mtj.core.model.library.impl that throw PersistenceException
 void Library.loadUsing(IPersistenceProvider persistenceProvider)
           
 void Library.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.preprocessor
 

Methods in org.eclipse.mtj.core.model.preprocessor that throw PersistenceException
 void SymbolDefinitionSetRegistry.addDefinitionSet(SymbolDefinitionSet definitions)
          Add the specified SymbolDefinitions object to the registry of definitions.
 SymbolDefinitionSet SymbolDefinitionSetRegistry.addNewDefinitionSet(String name)
          Create and add a new SymbolDefinitions object to the registry of definitions with the specified name.
 void SymbolDefinitionSetRegistry.clear()
          Clear all of the registered SymbolDefinitions objects.
 String[] SymbolDefinitionSetRegistry.getAllDefinitionSetNames()
          Return all of the definition names registered.
 SymbolDefinitionSet[] SymbolDefinitionSetRegistry.getAllSetDefinitions()
          Return all of the definitions registered.
 SymbolDefinitionSet SymbolDefinitionSetRegistry.getSymbolDefinitionSet(String name)
          Return the SymbolDefinitions instance registered with the specified name or null if the object cannot be found.
 void SymbolDefinitionSetRegistry.load()
          Load the contents of the symbol definitions registry from the storage file in the plug-in state location.
 void SymbolDefinitionSet.loadUsing(IPersistenceProvider persistenceProvider)
           
 void SymbolDefinitionSetRegistry.loadUsing(IPersistenceProvider persistenceProvider)
           
 void SymbolDefinitionSetRegistry.store()
          Store out the contents of the registry into the standard device storage file in the plug-in state location.
 void SymbolDefinitionSet.storeUsing(IPersistenceProvider persistenceProvider)
           
 void SymbolDefinitionSetRegistry.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.preverifier
 

Methods in org.eclipse.mtj.core.model.preverifier that throw PersistenceException
 void StandardPreverifierParameters.loadUsing(IPersistenceProvider persistenceProvider)
           
 void StandardPreverifierParameters.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.preverifier.impl
 

Methods in org.eclipse.mtj.core.model.preverifier.impl that throw PersistenceException
 void StandardPreverifier.loadUsing(IPersistenceProvider persistenceProvider)
           
 void StandardPreverifier.storeUsing(IPersistenceProvider persistenceProvider)
           
 

Uses of PersistenceException in org.eclipse.mtj.core.model.project
 

Methods in org.eclipse.mtj.core.model.project that throw PersistenceException
 void IMidletSuiteProject.setEnabledSymbolDefinitionSet(SymbolDefinitionSet set)
          Set the symbol definition set that is enabled for this project.
 

Uses of PersistenceException in org.eclipse.mtj.core.model.project.impl
 

Methods in org.eclipse.mtj.core.model.project.impl that throw PersistenceException
 void MidletSuiteProject.setEnabledSymbolDefinitionSet(SymbolDefinitionSet set)
           
 

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

Methods in org.eclipse.mtj.core.persistence that throw PersistenceException
static IPersistable PersistableUtilities.clonePersistable(IPersistable persistable)
          Clone the specified persistable using the underlying persistence functionality.
 boolean IPersistenceProvider.loadBoolean(String name)
          Load the named boolean value.
 int IPersistenceProvider.loadInteger(String name)
          Load the named integer value.
 IPersistable IPersistenceProvider.loadPersistable(String name)
          Load the named persistable object value.
 Properties IPersistenceProvider.loadProperties(String name)
          Load the named properties object value.
 Object IPersistenceProvider.loadReference(String name)
          Load the referenced object value or null if the object cannot be resolved.
 String IPersistenceProvider.loadString(String name)
          Load the named string value.
 void IPersistable.loadUsing(IPersistenceProvider persistenceProvider)
          Load the state of this object using the specified persistence state information.
 void IPersistenceProvider.storeBoolean(String name, boolean debugServer)
          Store the boolean value using the specified name.
 void IPersistenceProvider.storeInteger(String name, int value)
          Store the integer value using the specified name.
 void IPersistenceProvider.storePersistable(String name, IPersistable value)
          Store the persistable object value using the specified name.
 void IPersistenceProvider.storeProperties(String name, Properties deviceProperties)
          Store the properties object value using the specified name.
 void IPersistenceProvider.storeReference(String name, Object referenceObject)
          Store a reference to the specified object using the specified name.
 void IPersistenceProvider.storeString(String name, String string)
          Store the string value using the specified name.
 void IPersistable.storeUsing(IPersistenceProvider persistenceProvider)
          Save the state of this object using the specified persistence state information.
 


Mobile Tools for Java
Release 1.0