com.hammurapi.flow.runtime
Interface PersistentPropertySet

All Superinterfaces:
PropertySet

public interface PersistentPropertySet
extends PropertySet

Property sets backed by persistent storage implement this interface

Author:
Pavel

Method Summary
 void delete()
          Deletes property set from the storage.
 void store()
          Writes properties or modifications into a persistent storage.
 
Methods inherited from interface com.hammurapi.flow.runtime.PropertySet
cancel, clear, compareProperties, containsAll, cook, cook, cooking, get, get, getPropertyNames, getSubset, lazy, mount, remove, set, setAll
 

Method Detail

delete

void delete()
            throws PropertySetException
Deletes property set from the storage.

Throws:
PropertySetException

store

void store()
           throws PropertySetException
Writes properties or modifications into a persistent storage.

Throws:
SQLException
PropertySetException