stomp.wrapper
Class MapHolder

java.lang.Object
  |
  +--stomp.wrapper.MapHolder
All Implemented Interfaces:
java.io.Serializable

public class MapHolder
extends java.lang.Object
implements java.io.Serializable

Serialization object which holds a Map while it is being serialized. when deserialized, this object turns back into a MapDelegate object.

Author:
Eric Lindauer
See Also:
Serialized Form

Constructor Summary
MapHolder(java.util.Map Map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapHolder

public MapHolder(java.util.Map Map)