|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SLP Advertiser interface defined in RFC 2614.
Method Summary | |
void |
addAttributes(ServiceURL URL,
Vector attributes)
This operation is not supported. |
void |
deleteAttributes(ServiceURL URL,
Vector attributeIds)
This operation is not supported. |
void |
deregister(ServiceURL URL)
Deregisters a particular URL. |
Locale |
getLocale()
Returns the current locale of this Advertiser. |
void |
register(ServiceURL URL,
Vector attributes)
Registers a ServiceURL with the slp daemon. |
Method Detail |
public Locale getLocale()
public void register(ServiceURL URL, Vector attributes) throws ServiceLocationException
URL
- the ServiceURL to register.attributes
- the attributes associated with this
URL, or an empty Vector.ServiceLocationException
- public void deregister(ServiceURL URL) throws ServiceLocationException
URL
- the ServiceURL to deregister.ServiceLocationException
- public void addAttributes(ServiceURL URL, Vector attributes) throws ServiceLocationException
ServiceLocationException
- always.public void deleteAttributes(ServiceURL URL, Vector attributeIds) throws ServiceLocationException
ServiceLocationException
- always.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |