org.apache.cocoon.caching.impl
Class EventRegistryDataWrapper
java.lang.Object
org.apache.cocoon.caching.impl.EventRegistryDataWrapper
- All Implemented Interfaces:
- Serializable
public class EventRegistryDataWrapper
- extends Object
- implements Serializable
A light object for persisting the state of an EventRegistry implementation
based on two MultiHashMaps.
- Version:
- $Id: EventRegistryDataWrapper.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventRegistryDataWrapper
public EventRegistryDataWrapper()
setupMaps
public void setupMaps(Map keyMap,
Map eventMap)
get_eventMap
public Map get_eventMap()
get_keyMap
public Map get_keyMap()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.