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

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

Completed in 59 milliseconds