Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java190 configuredScopes = initializeScopes("net.slp.useScopes"); in SLPConfig()
191 saConfiguredScopes = (Vector)configuredScopes.clone(); in SLPConfig()
838 private Vector configuredScopes = null; field in SLPConfig
851 return (Vector)configuredScopes.clone(); in getConfiguredScopes()
878 if (!configuredScopes.contains(scope)) { in addPreconfiguredDAScopes()
879 configuredScopes.addElement(scope); in addPreconfiguredDAScopes()
H A DServiceTable.java1284 Vector configuredScopes = conf.getSAConfiguredScopes(); in areSupportedScopes() local
1293 if (!configuredScopes.contains(o) && !saOnlyScopes.contains(o)) { in areSupportedScopes()