Framework Professional Edition Package


com.prosyst.mbs.framework.storage
Interface Storable


public interface Storable

This interface allows asynchronous saving of some of the state files for which standard methods like getProperties and saveProperties are inappropriate. For example, framework certificate database and bundle conditional permissions.

Author:
Ivo Karabashev

Method Summary
 void save()
          Called from Events Manager asynchronously through Storage.saveProperties.
 

Method Detail

save

void save()
          throws java.lang.Exception
Called from Events Manager asynchronously through Storage.saveProperties.

Throws:
java.lang.Exception - if an IO operation fails or there is a problem with the certificate store

Framework Professional Edition Package


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