public class WebInterfaceServer extends Object
| Constructor and Description |
|---|
WebInterfaceServer(Configuration nepheleConfig,
int port)
Creates a new web interface server.
|
public WebInterfaceServer(Configuration nepheleConfig, int port) throws IOException
nepheleConfig - The configuration for the nephele job manager. All compiled jobs will be sent
to the manager described by this configuration.port - The port to launch the server on.IOException - Thrown, if the server setup failed for an I/O related reason.public void start()
throws Exception
Exception - Thrown, if the start fails.public void join()
throws InterruptedException
InterruptedException - Thrown, if the calling thread is interrupted.Copyright © 2013–2014. All rights reserved.