Uses of Interface
pl.edu.agh.cast.data.persistence.IPersistenceProvider

Packages that use IPersistenceProvider
pl.edu.agh.cast.data.persistence Provides CAST Data Model persistence provider abstraction classes. 
pl.edu.agh.cast.data.persistence.runtime Provides CAST Data Model runtime persistence provider which does not persist data between application executions. 
pl.edu.agh.cast.data.persistence.serialize Provides CAST Data Model persistence provider which persist data in a file using Java object serialization. 
pl.edu.agh.cast.data.persistence.zlayer Provides CAST Data Model persistence provider which uses ZLayer for data persistence. 
 

Uses of IPersistenceProvider in pl.edu.agh.cast.data.persistence
 

Subinterfaces of IPersistenceProvider in pl.edu.agh.cast.data.persistence
 interface IObservablePersistenceProvider
          Interface of observable persistence provider.
 

Classes in pl.edu.agh.cast.data.persistence that implement IPersistenceProvider
 class AbstractPersistenceProvider
          Abstract implementation of IPersistenceProvider interface.
 class AbstractPersistenceProviderDecorator
          An abstract implementation of persistence provider decorator.
 class ObservablePersistenceProvider
          Observable provider implementation.
 class TransparentPersistenceProvider
          A persistence provider implementation which allows for transparent substitution of underlying actual provider.
 

Methods in pl.edu.agh.cast.data.persistence that return IPersistenceProvider
 IPersistenceProvider IPersistenceProviderFactory.createPersistenceProvider(String filePath)
          Creates a new instance of persistence provider.
static IPersistenceProvider PersistenceProviderLocator.createPersistenceProvider(String providerId, String filePath)
          Attempts to create an instance of persistence provider with given ID using the specified persistence file.
protected  IPersistenceProvider AbstractPersistenceProviderDecorator.getProvider()
          Returns the decorated provider.
 

Methods in pl.edu.agh.cast.data.persistence with parameters of type IPersistenceProvider
 void TransparentPersistenceProvider.setActualProvider(IPersistenceProvider provider)
          Sets the actual persistence provider.
protected  void AbstractPersistenceProviderDecorator.setProvider(IPersistenceProvider provider)
          Sets the decorated provider.
 

Constructors in pl.edu.agh.cast.data.persistence with parameters of type IPersistenceProvider
AbstractPersistenceProviderDecorator(IPersistenceProvider provider)
          Constructor.
ObservablePersistenceProvider(IPersistenceProvider provider)
          Constructor.
 

Uses of IPersistenceProvider in pl.edu.agh.cast.data.persistence.runtime
 

Classes in pl.edu.agh.cast.data.persistence.runtime that implement IPersistenceProvider
 class RuntimePersistenceProvider
          Runtime implementation of IPersistenceProvider.
 

Methods in pl.edu.agh.cast.data.persistence.runtime that return IPersistenceProvider
 IPersistenceProvider RuntimePersistenceProviderFactory.createPersistenceProvider(String filePath)
          Creates a new instance of persistence provider.
 

Uses of IPersistenceProvider in pl.edu.agh.cast.data.persistence.serialize
 

Classes in pl.edu.agh.cast.data.persistence.serialize that implement IPersistenceProvider
 class SerializationPersistenceProvider
          A persistence provider which uses Java serialization for data persistence.
 

Methods in pl.edu.agh.cast.data.persistence.serialize that return IPersistenceProvider
 IPersistenceProvider SerializationPersistenceProviderFactory.createPersistenceProvider(String filePath)
          Creates a new instance of persistence provider.
 

Uses of IPersistenceProvider in pl.edu.agh.cast.data.persistence.zlayer
 

Classes in pl.edu.agh.cast.data.persistence.zlayer that implement IPersistenceProvider
 class ZLayerPersistenceProvider
          A ZLayer based persistence provider.
 

Methods in pl.edu.agh.cast.data.persistence.zlayer that return IPersistenceProvider
 IPersistenceProvider ZLayerPersistenceProviderFactory.createPersistenceProvider(String filePath)
          Creates a new instance of persistence provider.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.