|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.lancs.relate.gateways.services.architecture.ServiceRequester
uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationServiceRequester
uk.ac.lancs.relate.gateways.services.impl.presentation.PresentationShowServiceRequester
public class PresentationShowServiceRequester
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.
| 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 |
|---|
public PresentationShowServiceRequester(Service service)
PresentationShowServiceRequester
| Method Detail |
|---|
public void request(java.lang.Object o)
request in class PresentationServiceRequestero - The name (or path) of the presentation to be started.
(has to be of type String !).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||