|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WebServerService
This is the interface implemented by all webserver services.
Method Summary | |
---|---|
boolean |
clearLogs()
Deprecated. Clear webserver logs. |
void |
kill()
Deprecated. Kill all web servers. |
boolean |
restartServers()
Deprecated. Restart all servers. |
void |
setup(String[] serverMachines,
String binDir,
String logsDir,
String confDir,
String pidDir)
Deprecated. The setup method is called to set up a benchmark run. |
boolean |
startServers()
Deprecated. Start all web servers on configured hosts. |
boolean |
stopServers()
Deprecated. Stop servers. |
void |
xferLogs(int totalRunTime)
Deprecated. Transfer log files. |
Method Detail |
---|
void setup(String[] serverMachines, String binDir, String logsDir, String confDir, String pidDir)
serverMachines
- - array specifying the web server machines.binDir
- - webserver binary locationlogsDir
- - webserver logs locationconfDir
- - webserver configuration file locationpidDir
- - webserver pidfile locationboolean startServers()
boolean restartServers()
boolean stopServers()
boolean clearLogs()
void xferLogs(int totalRunTime)
totalRunTime
- - the time in seconds for this runvoid kill()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |