Framework Professional Edition Package


Package com.prosyst.mbs.framework.storage

Holds an abstraction of the framework storage.

See:
          Description

Interface Summary
Storable This interface allows asynchronous saving of some of the state files for which standard methods like getProperties and saveProperties are inappropriate.
Storage Storage abstraction.
 

Package com.prosyst.mbs.framework.storage Description

Holds an abstraction of the framework storage.

All persistent storage platforms, supported by the mBedded Server implement this abstraction. These include: on top of java.io, on top of java.io with Connector Support, and on top of MMFS with Connector Support. A custom storage can be provided by implementing the com.prosyst.mbs.framework.storage.Storage interface and declare it with the mbs.storage.impl system property.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved