comparison src/org/dancres/blitz/config/Transient.java @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 package org.dancres.blitz.config;
2
3 /**
4 <p>Configuring Blitz with this storage model causes it to run like a
5 disk-backed cache. On restart, all state (including join state and service
6 id) will be forgotten. The Blitz instance will appear to be empty.</p>
7
8 <p>There is requirement to guarentee persistent state hence, in this
9 configuration, Blitz does not bother logging actions to disk.</p>
10 */
11 public class Transient implements StorageModel {
12 }