This implementation of EventRegistry handles
persistence by serializing an EventRegistryDataWrapper to
disk.
since: 2.1 author: Geoff Howard version: $Id: DefaultEventRegistryImpl.java 433543 2006-08-22 06:22:54Z crossley $
Method Summary
public void
contextualize(Context context) Set up the persistence file.
Persist by simple object serialization. If the serialization fails, an
error is logged but not thrown because missing/invalid state is handled
at startup.