|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jolokia.jvmagent.JolokiaServer
public class JolokiaServer
Factory for creating the HttpServer used for exporting the Jolokia protocol
Constructor Summary | |
---|---|
JolokiaServer(ServerConfig pConfig)
Create the Jolokia server, i.e. |
Method Summary | |
---|---|
String |
getUrl()
URL how this agent can be reached from the outsid. |
void |
start()
Start HttpServer |
void |
stop()
Stop the HTTP server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JolokiaServer(ServerConfig pConfig) throws IOException
pConfig
- configuration for this server
IOException
- if initialization failsMethod Detail |
---|
public void start()
public void stop()
public String getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |