org.teleal.cling.protocol.sync
Class SendingEvent

java.lang.Object
  extended by org.teleal.cling.protocol.SendingAsync
      extended by org.teleal.cling.protocol.SendingSync<OutgoingEventRequestMessage,StreamResponseMessage>
          extended by org.teleal.cling.protocol.sync.SendingEvent
All Implemented Interfaces:
Runnable

public class SendingEvent
extends SendingSync<OutgoingEventRequestMessage,StreamResponseMessage>


Field Summary
protected  UnsignedIntegerFourBytes currentSequence
           
protected static Logger log
           
protected  OutgoingEventRequestMessage[] requestMessages
           
protected  String subscriptionId
           
 
Fields inherited from class org.teleal.cling.protocol.SendingSync
outputMessage
 
Constructor Summary
SendingEvent(UpnpService upnpService, LocalGENASubscription subscription)
           
 
Method Summary
protected  StreamResponseMessage executeSync()
           
 
Methods inherited from class org.teleal.cling.protocol.SendingSync
execute, getInputMessage, getOutputMessage, setInputMessage, toString
 
Methods inherited from class org.teleal.cling.protocol.SendingAsync
getDestinationAddress, getDestinationPort, getUpnpService, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static Logger log

subscriptionId

protected final String subscriptionId

requestMessages

protected final OutgoingEventRequestMessage[] requestMessages

currentSequence

protected final UnsignedIntegerFourBytes currentSequence
Constructor Detail

SendingEvent

public SendingEvent(UpnpService upnpService,
                    LocalGENASubscription subscription)
Method Detail

executeSync

protected StreamResponseMessage executeSync()
Specified by:
executeSync in class SendingSync<OutgoingEventRequestMessage,StreamResponseMessage>


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.