org.demac.impl.event
Class EventServiceImpl.EventHelper

java.lang.Object
  extended by org.demac.impl.event.EventServiceImpl.EventHelper
Enclosing class:
EventServiceImpl

public class EventServiceImpl.EventHelper
extends java.lang.Object


Constructor Summary
EventServiceImpl.EventHelper()
           
 
Method Summary
 void sendEvent(TransportService ts, DeviceHandle receiver, Event ev)
           
 java.lang.String serialize(Event ev)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventServiceImpl.EventHelper

public EventServiceImpl.EventHelper()
Method Detail

serialize

public java.lang.String serialize(Event ev)

sendEvent

public void sendEvent(TransportService ts,
                      DeviceHandle receiver,
                      Event ev)
               throws TransportException
Throws:
TransportException