Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSARequester.java224 Vector vScopes = config.getSAConfiguredScopes(); in registerInternal()
287 Vector vScopes = config.getSAConfiguredScopes(); in deregisterInternal()
H A Dslpd.java434 Vector serverScopes = config.getSAConfiguredScopes(); in start()
487 table.findDAScopes(config.getSAConfiguredScopes()); in daemonIsDA()
539 config.getSAConfiguredScopes(), in stopDA()
573 config.getSAConfiguredScopes(), in stopSA()
H A DSLPV1Manager.java137 useScopes = config.getSAConfiguredScopes(); in initialize()
265 new Object[] {config.getSAConfiguredScopes()}); in start()
H A DSLPV1SSrvDereg.java131 hdr.scopes = (Vector)config.getSAConfiguredScopes().clone(); in initialize()
H A DDAAdvertiser.java99 config.getSAConfiguredScopes(), in initializeDAAdvertiserOnInterface()
H A DRequestHandler.java859 config.getSAConfiguredScopes(), true); in dispatch()
882 Vector serverScopes = config.getSAConfiguredScopes(); in dispatch()
927 config.getSAConfiguredScopes(), true); in dispatch()
947 Vector serverScopes = config.getSAConfiguredScopes(); in dispatch()
H A DServiceTable.java1233 conf.getSAConfiguredScopes()); in trackRegisteredServiceTypes()
1284 Vector configuredScopes = conf.getSAConfiguredScopes(); in areSupportedScopes()
1489 scopes = (Vector)conf.getSAConfiguredScopes().clone(); in makeSAAdvert()
1554 conf.getSAConfiguredScopes(), // report all scopes... in makeSAAdvert()
H A DActiveDiscoverer.java191 Vector scopes = config.getSAConfiguredScopes(); in run()
H A DSLPServerHeaderV2.java357 scopes = SLPConfig.getSLPConfig().getSAConfiguredScopes(); in getDAAdvert()
H A DServiceStoreFactory.java387 scopes = conf.getSAConfiguredScopes(); in deserialize()
H A DSLPHeaderV1.java843 scopes = SLPConfig.getSLPConfig().getSAConfiguredScopes(); in getDAAdvert()
H A DSLPConfig.java863 Vector getSAConfiguredScopes() { in getSAConfiguredScopes() method in SLPConfig