org.apache.cocoon.caching.impl
Class EventRegistryDataWrapper

java.lang.Object
  extended by 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

Constructor Summary
EventRegistryDataWrapper()
           
 
Method Summary
 Map get_eventMap()
           
 Map get_keyMap()
           
 void setupMaps(Map keyMap, Map eventMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRegistryDataWrapper

public EventRegistryDataWrapper()
Method Detail

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.