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:
- CVS $Id: EventRegistryDataWrapper.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Geoff Howard
- See Also:
- Serialized Form
|
Method Summary |
org.apache.commons.collections.map.MultiValueMap |
get_eventMap()
|
org.apache.commons.collections.map.MultiValueMap |
get_keyMap()
|
void |
setupMaps(org.apache.commons.collections.map.MultiValueMap keyMap,
org.apache.commons.collections.map.MultiValueMap eventMap)
|
| 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(org.apache.commons.collections.map.MultiValueMap keyMap,
org.apache.commons.collections.map.MultiValueMap eventMap)
get_eventMap
public org.apache.commons.collections.map.MultiValueMap get_eventMap()
get_keyMap
public org.apache.commons.collections.map.MultiValueMap get_keyMap()
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.