Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java191 saConfiguredScopes = (Vector)configuredScopes.clone(); in SLPConfig()
195 if (saConfiguredScopes.size() <= 0) { in SLPConfig()
196 saConfiguredScopes.addElement(Defaults.DEFAULT_SCOPE); in SLPConfig()
842 private Vector saConfiguredScopes = null; field in SLPConfig
864 return (Vector)saConfiguredScopes.clone(); in getSAConfiguredScopes()
886 Assert.slpassert(saConfiguredScopes.contains(scope), in addPreconfiguredDAScopes()
888 new Object[] {scope, saConfiguredScopes}); in addPreconfiguredDAScopes()