Home
last modified time | relevance | path

Searched refs:accessableScopes (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java165 Vector accessableScopes = null; in findScopes() local
169 accessableScopes = config.getConfiguredScopes(); in findScopes()
174 if (accessableScopes.size() <= 0) { in findScopes()
175 accessableScopes = dat.findScopes(); in findScopes()
179 if (accessableScopes.size() <= 0) { in findScopes()
180 accessableScopes = performSADiscovery(); in findScopes()
185 if (accessableScopes.size() <= 0) { in findScopes()
186 accessableScopes.addElement(Defaults.DEFAULT_SCOPE); in findScopes()
192 return accessableScopes; in findScopes()