stomp.wrapper
Interface CollectionDelegate

All Superinterfaces:
java.util.Collection

public interface CollectionDelegate
extends java.util.Collection

tags a collection as a service delegate. this collection alters objects coming in, attempting to extract their delegate version, and alters outgoing objects to attempt to return proxies.

Author:
Eric Lindauer

Method Summary
 java.util.Collection delegateGetCollection()
           
 void delegateInit(java.util.Collection collection)
           
 void delegateSetCollection(java.util.Collection collection)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

delegateInit

public void delegateInit(java.util.Collection collection)

delegateSetCollection

public void delegateSetCollection(java.util.Collection collection)

delegateGetCollection

public java.util.Collection delegateGetCollection()