org.apache.aries.application.utils.service
Interface ServiceCollection<E>

All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
ArrayServiceList

public interface ServiceCollection<E>
extends Collection<E>


Method Summary
 void addService(org.osgi.framework.ServiceReference ref)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

addService

void addService(org.osgi.framework.ServiceReference ref)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.