org.sblim.slp.internal

Class AdvertiserImpl

public class AdvertiserImpl extends Object implements Advertiser

AdvertiserImpl
Constructor Summary
AdvertiserImpl(Locale pLocale)
Ctor.
Method Summary
voidaddAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
voiddeleteAttributes(ServiceURL pURL, Vector<String> pAttributeIds)
voidderegister(ServiceURL pURL)
LocalegetLocale()
voidregister(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)

Constructor Detail

AdvertiserImpl

public AdvertiserImpl(Locale pLocale)
Ctor.

Parameters: pLocale

Method Detail

addAttributes

public void addAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)

Parameters: pURL pAttributes

Throws: ServiceLocationException

deleteAttributes

public void deleteAttributes(ServiceURL pURL, Vector<String> pAttributeIds)

Parameters: pURL pAttributeIds

Throws: ServiceLocationException

deregister

public void deregister(ServiceURL pURL)

getLocale

public Locale getLocale()

register

public void register(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.