ch.ethz.iks.slp.impl
Interface SLPDaemon

Package class diagram package SLPDaemon
All Known Implementing Classes:
SLPDaemonImpl

public interface SLPDaemon

the SLPDeaemon interface. Factored out to make the daemon part optional as part of the jSLP modularity.

Author:
Jan S. Rellermeyer, ETH Zurich.

Method Summary
 ch.ethz.iks.slp.impl.ReplyMessage handleMessage(SLPMessage msg)
          handle a message dispatched by SLPCore.
 void newDaDiscovered(ch.ethz.iks.slp.impl.DAAdvertisement advert)
          called, when a new DA has been discovered.
 void stopDaemon()
          Michele issue 65
 

Method Detail

newDaDiscovered

void newDaDiscovered(ch.ethz.iks.slp.impl.DAAdvertisement advert)
called, when a new DA has been discovered.

Parameters:
advert - the DAAdvertisement received from the new DA.

handleMessage

ch.ethz.iks.slp.impl.ReplyMessage handleMessage(SLPMessage msg)
                                                throws ServiceLocationException
handle a message dispatched by SLPCore.

Parameters:
msg - the message.
Returns:
the reply message or null.
Throws:
ServiceLocationException - if something goes wrong.

stopDaemon

void stopDaemon()
Michele issue 65



Copyright © 2014 universAAL Consortium. All Rights Reserved.