lbg.user.server
Interface UAServerRequest
- All Known Implementing Classes:
- UAJobSubmission, UAShutdown
public interface UAServerRequest
The UAServerRequest interface must be implemented by all classes describing
a request made to the LiveUserAgentServer by an external software component.
- Author:
- Gerard Dethier
Method Summary |
void |
readRequest(java.io.BufferedReader reader)
Reads the parameters of the request. |
readRequest
void readRequest(java.io.BufferedReader reader)
throws java.io.IOException
- Reads the parameters of the request.
- Parameters:
reader
- The reader from which the parameters are read.
- Throws:
java.io.IOException
- When a transmission error occurs.
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.