org.onebusaway.federations.annotations
Annotation Type FederatedByLocationMethod


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

Directs the creation of a FederatedServiceMethodInvocationHandler, where two double arguments define a lat-lon point, resolving an appropriate FederatedService handler for that location.

Author:
bdferris
See Also:
FederatedServiceMethodInvocationHandlerFactory, FederatedByLocationMethodInvocationHandlerImpl

Optional Element Summary
 int latArgument
           
 int lonArgument
           
 

latArgument

public abstract int latArgument
Default:
0

lonArgument

public abstract int lonArgument
Default:
1


Copyright © 2012 OneBusAway. All Rights Reserved.