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

java.lang.Object
  extended by uk.ac.lancs.relate.gateways.services.architecture.ServiceRequester
      extended by uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationServiceRequester
          extended by uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationShowServiceRequester
All Implemented Interfaces:
java.io.Serializable, ProvidersAndRequestersCommonInterface

public class PresentationShowServiceRequester
extends PresentationServiceRequester

This class models a Presentation show requester. It is basically a client willing to start a slide show by connecting to a PresentationShow service provider and sending it the presentation to start.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationServiceRequester
conf
 
Constructor Summary
PresentationShowServiceRequester(Service service)
          Creates a new instance of PresentationShowServiceRequester
 
Method Summary
 void request(java.lang.Object o)
          Request for a presentation to be started on the remote presentation show service.
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationServiceRequester
getAddress, getPort, getSocket, shutdown, startup
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.ServiceRequester
askForConfirmation, askToSelectFile, confirmShutdown, confirmStartup, displayErrorMessage, displayMessage, displayNonBlockingMessage, getService, isStarted, setService, setStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationShowServiceRequester

public PresentationShowServiceRequester(Service service)
Creates a new instance of PresentationShowServiceRequester

Method Detail

request

public void request(java.lang.Object o)
Request for a presentation to be started on the remote presentation show service.

Overrides:
request in class PresentationServiceRequester
Parameters:
o - The name (or path) of the presentation to be started. (has to be of type String !).