public class WebInfoServer extends Object
| Constructor and Description |
|---|
WebInfoServer(Configuration nepheleConfig,
int port,
JobManager jobmanager)
Creates a new web info server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the web frontend server.
|
void |
stop()
Stop the webserver
|
public WebInfoServer(Configuration nepheleConfig, int port, JobManager jobmanager) throws IOException
nepheleConfig - The configuration for the nephele job manager.port - The port to launch the server on.IOException - Thrown, if the server setup failed for an I/O related reason.Copyright © 2015 The Apache Software Foundation. All rights reserved.