Home | History | Annotate | Download | only in fortress

Lines Matching refs:services

33 public class Services {
41 private static final Map<String, Provider.Service> services
46 * Avoids similar provider/services iteration in SecureRandom constructor.
139 * Adds information about provider services into HashMap.
148 if (!services.containsKey(key)) {
149 services.put(key, service);
153 if (!services.containsKey(key)) {
154 services.put(key, service);
161 * Returns true if services contain any provider information.
164 return services.isEmpty();
178 return services.get(key);
192 * implementation to indicate that a provides list of services has
206 synchronized (services) {
207 services.clear();