|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.container.AdminConsole
public class AdminConsole
This class starts a instance on the configured port and loads the admin console web application.
Constructor Summary | |
---|---|
AdminConsole(java.lang.String homeDir)
Constuctor that create a Jetty module. |
Method Summary | |
---|---|
java.lang.String |
getAdminHost()
Returns the host name of the admin console. |
int |
getAdminPort()
Returns the port of the admin console. |
org.mortbay.jetty.handler.ContextHandlerCollection |
getContexts()
Returns the collection of Jetty contexts used in the admin console. |
boolean |
isHttpStarted()
Returns the start stutus of the admin console. |
void |
restart()
Restarts the Jetty server instance. |
void |
shutdown()
Shuts down the Jetty server instance. |
void |
startup()
Starts the Jetty server instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminConsole(java.lang.String homeDir)
homeDir
- the application home directoryMethod Detail |
---|
public void startup()
public void shutdown()
public void restart()
public org.mortbay.jetty.handler.ContextHandlerCollection getContexts()
public java.lang.String getAdminHost()
public int getAdminPort()
public boolean isHttpStarted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |