org.onebusaway.federations.annotations
Annotation Type FederatedByEntityIdsMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByEntityIdsMethod

Directs the creation of a FederatedServiceMethodInvocationHandler, where a Collection of String ids of the form "agencyId_entityId" are resolved to a set of agency ids and an appropriate FederatedService handler for those agencies.

Author:
bdferris
See Also:
FederatedServiceMethodInvocationHandlerFactory, FederatedByEntityIdsMethodInvocationHandlerImpl

Optional Element Summary
 int argument
           
 

argument

public abstract int argument
Default:
0


Copyright © 2012 OneBusAway. All Rights Reserved.