stomp.wrapper
Class CollectionHolder

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

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

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

Author:
Eric Lindauer
See Also:
Serialized Form

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

Constructor Detail

CollectionHolder

public CollectionHolder(java.util.Collection collection)