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

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java574 if (!areSupportedScopes(scopes)) {
879 if (!areSupportedScopes(scopes)) {
958 if (!areSupportedScopes(scopes)) {
1072 if (!areSupportedScopes(scopes)) {
1282 final private boolean areSupportedScopes(Vector scopes) { method in class:ServiceTable
1420 if (scopes.size() > 0 && !areSupportedScopes(scopes)) {
1481 if (!areSupportedScopes(scopes) && !(scopes.size() <= 0)) {

Completed in 104 milliseconds