Searched refs:configuredScopes (Results 1 – 2 of 2) sorted by relevance
190 configuredScopes = initializeScopes("net.slp.useScopes"); in SLPConfig()191 saConfiguredScopes = (Vector)configuredScopes.clone(); in SLPConfig()838 private Vector configuredScopes = null; field in SLPConfig851 return (Vector)configuredScopes.clone(); in getConfiguredScopes()878 if (!configuredScopes.contains(scope)) { in addPreconfiguredDAScopes()879 configuredScopes.addElement(scope); in addPreconfiguredDAScopes()
1284 Vector configuredScopes = conf.getSAConfiguredScopes(); in areSupportedScopes() local1293 if (!configuredScopes.contains(o) && !saOnlyScopes.contains(o)) { in areSupportedScopes()