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

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

public class PresentationService
extends Service
implements PullAndPushService

This class models the PresentationService. This service offers to open a custom presentation on a display device. 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
PresentationService(TrackableDevice device, java.lang.String host, int port)
          Creates a new instance of PresentationService
 
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

PresentationService

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