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 String
DEFAULT_HOST
static int
DEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description WebConsolePort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHost()
int
getPort()
void
setHost(String host)
void
setPort(int port)
void
start()
-
-
-
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
-
-