org.apache.geronimo.gbean
Interface ReferenceCollection

All Superinterfaces:
Collection, Iterable

public interface ReferenceCollection
extends Collection

An extension of collection that allows a client to register for notifications when members are added to and removed from the collection.


Method Summary
 void addReferenceCollectionListener(ReferenceCollectionListener listener)
           
 ObjectName[] getMemberObjectNames()
           
 void removeReferenceCollectionListener(ReferenceCollectionListener listener)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

addReferenceCollectionListener

void addReferenceCollectionListener(ReferenceCollectionListener listener)

removeReferenceCollectionListener

void removeReferenceCollectionListener(ReferenceCollectionListener listener)

getMemberObjectNames

ObjectName[] getMemberObjectNames()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.