org.fourthline.cling.protocol.async
Class SendingNotificationAlive

java.lang.Object
  extended by org.fourthline.cling.protocol.SendingAsync
      extended by org.fourthline.cling.protocol.async.SendingNotification
          extended by org.fourthline.cling.protocol.async.SendingNotificationAlive
All Implemented Interfaces:
Runnable

public class SendingNotificationAlive
extends SendingNotification

Sending ALIVE notification messages for a registered local device.

Author:
Christian Bauer

Constructor Summary
SendingNotificationAlive(UpnpService upnpService, LocalDevice device)
           
 
Method Summary
protected  void execute()
           
protected  NotificationSubtype getNotificationSubtype()
           
 
Methods inherited from class org.fourthline.cling.protocol.async.SendingNotification
createDeviceMessages, createServiceTypeMessages, getBulkIntervalMilliseconds, getBulkRepeat, getDevice, sendMessages
 
Methods inherited from class org.fourthline.cling.protocol.SendingAsync
getUpnpService, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendingNotificationAlive

public SendingNotificationAlive(UpnpService upnpService,
                                LocalDevice device)
Method Detail

execute

protected void execute()
                throws RouterException
Overrides:
execute in class SendingNotification
Throws:
RouterException

getNotificationSubtype

protected NotificationSubtype getNotificationSubtype()
Specified by:
getNotificationSubtype in class SendingNotification


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.