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.
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
addReferenceCollectionListener
void addReferenceCollectionListener(ReferenceCollectionListener listener)
removeReferenceCollectionListener
void removeReferenceCollectionListener(ReferenceCollectionListener listener)
getMemberObjectNames
ObjectName[] getMemberObjectNames()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.