uk.ac.lancs.relate.gateways.services.impl.typing
Class OOWriterTypingService

java.lang.Object
  extended by uk.ac.lancs.relate.gateways.services.architecture.Service
      extended by uk.ac.lancs.relate.gateways.services.architecture.communication.multicast.MulticastService
          extended by uk.ac.lancs.relate.gateways.services.impl.typing.OOWriterTypingService
All Implemented Interfaces:
java.io.Serializable, PullAndPushService

public class OOWriterTypingService
extends MulticastService
implements PullAndPushService

This class models the OOWriterTypingService. Since the OOWriterTypingService uses multicast communications, it is bascially an extension of the MulticastService superclass.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Constructor Summary
OOWriterTypingService(TrackableDevice device, java.lang.String multicastGroupName, int multicastPort)
          Creates a new instance of OOWriterTypingService
 
Method Summary
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.Service
getDescription, getDevice, getName, getProvider, getRequester, getServiceHost, getServicePort, setDescription, setName, setProvider, setRequester, setServiceHost, setServicePort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOWriterTypingService

public OOWriterTypingService(TrackableDevice device,
                             java.lang.String multicastGroupName,
                             int multicastPort)
Creates a new instance of OOWriterTypingService