Uses of Interface
org.onebusaway.federations.FederatedServiceCollection

Packages that use FederatedServiceCollection
org.onebusaway.federations   
org.onebusaway.federations.annotations   
org.onebusaway.federations.impl   
 

Uses of FederatedServiceCollection in org.onebusaway.federations
 

Methods in org.onebusaway.federations with parameters of type FederatedServiceCollection
 void FederatedServiceFactoryBean.setCollection(FederatedServiceCollection collection)
           
 

Uses of FederatedServiceCollection in org.onebusaway.federations.annotations
 

Methods in org.onebusaway.federations.annotations with parameters of type FederatedServiceCollection
 Object FederatedServiceMethodInvocationHandler.invoke(FederatedServiceCollection collection, Method method, Object[] args)
           
 

Uses of FederatedServiceCollection in org.onebusaway.federations.impl
 

Classes in org.onebusaway.federations.impl that implement FederatedServiceCollection
 class AbstractFederatedServiceCollectionWrapperImpl
          FederatedServiceCollection wrapper class that allows one to pass calls from one collection instance to another.
 class DynamicFederatedServiceCollectionImpl
          A dynamic FederatedServiceCollection implementation.
 class FederatedServiceCollectionImpl
          A basic FederatedServiceCollection implementation that provides methods for query a set of FederatedService instances.
 class LazyFederatedServiceCollectionImpl
           
 

Methods in org.onebusaway.federations.impl that return FederatedServiceCollection
protected  FederatedServiceCollection LazyFederatedServiceCollectionImpl.getCollection()
           
protected  FederatedServiceCollection DynamicFederatedServiceCollectionImpl.getCollection()
           
protected abstract  FederatedServiceCollection AbstractFederatedServiceCollectionWrapperImpl.getCollection()
          Protected Methods
 



Copyright © 2012 OneBusAway. All Rights Reserved.