org.onebusaway.federations
public class FederatedServiceRegistryConstants extends Object
FederatedServiceRegistry
constants that are typically used to
control service registry entry behavior when passed as parameters to
FederatedServiceRegistry.addService(String, String, java.util.Map)
and FederatedServiceRegistry.getServices(String, java.util.Map)
Modifier and Type | Field and Description |
---|---|
static String |
KEY_INITIALLY_ENABLED
Controls whether a service registry instance is initial enabled or not.
|
static String |
KEY_REGISTRATION_EXPIRES_AFTER
A service parameter that specifies that a service registry should
automatically expire after a specified number of seconds unless the service
registry has been republished.
|
Constructor and Description |
---|
FederatedServiceRegistryConstants() |
public static final String KEY_REGISTRATION_EXPIRES_AFTER
public static final String KEY_INITIALLY_ENABLED
Copyright © 2014 OneBusAway. All Rights Reserved.