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

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

public class PresentationControlService
extends RMIService
implements PushService

This class models a service which one can use to start and control a openoffice impress presentation.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Constructor Summary
PresentationControlService(TrackableDevice device, java.lang.String serviceHost, int servicePort, java.lang.String providerStubName)
          Creates a new instance of PresentationControlService
 
Method Summary
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.communication.rmi.RMIService
getProvider, getProvidersStubName, getRegistryHost, getRegistryPort, getRequester, setProvider, setRequester
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.Service
getDescription, getDevice, getName, 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

PresentationControlService

public PresentationControlService(TrackableDevice device,
                                  java.lang.String serviceHost,
                                  int servicePort,
                                  java.lang.String providerStubName)
Creates a new instance of PresentationControlService