Uses of Package
org.mmbase.storage

Packages that use org.mmbase.storage
org.mmbase.core   
org.mmbase.core.util   
org.mmbase.module.core The core classes for MMBase. 
org.mmbase.module.corebuilders The MMBase core builders. 
org.mmbase.storage The interfaces that define the classes for persistent storage of objects. 
org.mmbase.storage.implementation.database   
org.mmbase.storage.search Provides interfaces for retrieval of data from SearchQuery objects. 
org.mmbase.storage.search.legacy   
org.mmbase.storage.util   
 

Classes in org.mmbase.storage used by org.mmbase.core
Storable
          This interface contains functionality for retrieving a storage identifier - a name or id suitable for storing the object.
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
 

Classes in org.mmbase.storage used by org.mmbase.core.util
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
 

Classes in org.mmbase.storage used by org.mmbase.module.core
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
StorageManager
          The StorageManager interface defines how to access a storage device.
StorageManagerFactory
          This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
 

Classes in org.mmbase.storage used by org.mmbase.module.corebuilders
Storable
          This interface contains functionality for retrieving a storage identifier - a name or id suitable for storing the object.
 

Classes in org.mmbase.storage used by org.mmbase.storage
StorageError
          This error gets thrown when something goes seriously - and likely unrecoverably - wrong in the storage layer.
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
StorageManager
          The StorageManager interface defines how to access a storage device.
StorageManagerFactory
          This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
 

Classes in org.mmbase.storage used by org.mmbase.storage.implementation.database
StorageConfigurationException
          This exception gets thrown when an error occurred in the configuration of a StorageFactory or a storage manager.
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
StorageInaccessibleException
          This exception gets thrown when the storage is inaccessible, such as when files were moved, a database goes offline, or user rights on the storage were insufficient to allow access.
StorageManager
          The StorageManager interface defines how to access a storage device.
StorageManagerFactory
          This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
 

Classes in org.mmbase.storage used by org.mmbase.storage.search
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
 

Classes in org.mmbase.storage used by org.mmbase.storage.search.legacy
StorageManagerFactory
          This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
 

Classes in org.mmbase.storage used by org.mmbase.storage.util
StorageConfigurationException
          This exception gets thrown when an error occurred in the configuration of a StorageFactory or a storage manager.
StorageException
          This exception gets thrown when something goes wrong in the storage layer.
StorageManager
          The StorageManager interface defines how to access a storage device.
StorageManagerFactory
          This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
 



MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36