uk.ac.lancs.relate.gateways.services.impl.presentation
Class PresentationShowService

java.lang.Object
  extended by uk.ac.lancs.relate.gateways.services.architecture.Service
      extended by uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationShowService
All Implemented Interfaces:
java.io.Serializable, PushService

public class PresentationShowService
extends Service
implements PushService

This class models the PresentationShowService. This service offers to start a presentation on a display by a simple drag and drop of the presentation file onto the Display gateway. For now it is bascially an extension of the Service superclass for tagging purposes only.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Constructor Summary
PresentationShowService(TrackableDevice device, java.lang.String host, int port)
          Creates a new instance of PresentationShowService
 
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

PresentationShowService

public PresentationShowService(TrackableDevice device,
                               java.lang.String host,
                               int port)
Creates a new instance of PresentationShowService