Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java574 if (!areSupportedScopes(scopes)) { in register()
879 if (!areSupportedScopes(scopes)) { in findServiceTypes()
958 if (!areSupportedScopes(scopes)) { in findServices()
1072 if (!areSupportedScopes(scopes)) { in findAttributes()
1282 final private boolean areSupportedScopes(Vector scopes) { in areSupportedScopes() method in ServiceTable
1420 if (scopes.size() > 0 && !areSupportedScopes(scopes)) { in makeDAAdvert()
1481 if (!areSupportedScopes(scopes) && !(scopes.size() <= 0)) { in makeSAAdvert()