public class ManagerApiMicroService extends Object
| Constructor and Description |
|---|
ManagerApiMicroService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addModulesToJetty(org.eclipse.jetty.server.handler.ContextHandlerCollection handlers)
Configure the web application(s).
|
void |
join() |
int |
serverPort() |
void |
start()
Start/run the server.
|
void |
stop()
Stop the server.
|
public void start()
throws Exception
Exception - when any exception occurspublic void stop()
throws Exception
Exception - when any exception occurspublic int serverPort()
protected void addModulesToJetty(org.eclipse.jetty.server.handler.ContextHandlerCollection handlers)
throws Exception
handlers - Exceptionpublic void join()
throws InterruptedException
InterruptedException - when interruptedCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.