public final class SLPDaemonImpl extends Object implements SLPDaemon
Constructor and Description |
---|
SLPDaemonImpl()
create a new SLPDaemon instance.
|
Modifier and Type | Method and Description |
---|---|
ch.ethz.iks.slp.impl.ReplyMessage |
handleMessage(SLPMessage msg)
all incoming messages are handled here.
|
void |
newDaDiscovered(ch.ethz.iks.slp.impl.DAAdvertisement advert)
get informed about a new discovered DA.
|
void |
stopDaemon()
Michele issue 65
|
public ch.ethz.iks.slp.impl.ReplyMessage handleMessage(SLPMessage msg) throws ServiceLocationException
handleMessage
in interface SLPDaemon
msg
- the message to be processed.ServiceLocationException
- for various reasons like authentication failures etc.public void newDaDiscovered(ch.ethz.iks.slp.impl.DAAdvertisement advert)
newDaDiscovered
in interface SLPDaemon
advert
- the DA advertisement.public void stopDaemon()
stopDaemon
in interface SLPDaemon
Copyright © 2018 universAAL Consortium. All rights reserved.