Package org.apache.activemq.web
Class WebConsolePort
- java.lang.Object
-
- org.apache.activemq.web.WebConsolePort
-
public class WebConsolePort extends Object
Bean to initialize the port number we use for embedded Jetty server for the web consoles.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_HOSTstatic intDEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description WebConsolePort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()voidsetHost(String host)voidsetPort(int port)voidstart()
-
-
-
Field Detail
-
DEFAULT_HOST
public static final String DEFAULT_HOST
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-