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:
CVS $Id: EventRegistryDataWrapper.java 598490 2007-11-27 01:56:14Z joerg $
Author:
Geoff Howard
See Also:
Serialized Form

Constructor Summary
EventRegistryDataWrapper()
           
 
Method Summary
 org.apache.commons.collections.MultiHashMap get_eventMap()
           
 org.apache.commons.collections.MultiHashMap get_keyMap()
           
 void setupMaps(org.apache.commons.collections.MultiHashMap keyMap, org.apache.commons.collections.MultiHashMap 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(org.apache.commons.collections.MultiHashMap keyMap,
                      org.apache.commons.collections.MultiHashMap eventMap)

get_eventMap

public org.apache.commons.collections.MultiHashMap get_eventMap()

get_keyMap

public org.apache.commons.collections.MultiHashMap get_keyMap()


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.