|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.http.admin.ServerAdmin
Administers the web server.
Constructor Summary | |
ServerAdmin(ServletServer server)
Creates a new Admin object. |
Method Summary | |
void |
clearCache()
Clears the cache. |
void |
close()
Closes the servlet server. |
void |
closeTcp()
Closes the tcp servers but not the servlet server so active threads can continue to completion. |
int |
getActiveConnectionCount()
Returns the number of active connections. |
int |
getConnectionCount()
Returns the total number of connections. |
java.util.ArrayList |
getTcpServerAdminList()
Returns a copy of the Tcp Server list. |
void |
restart()
Restart the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerAdmin(ServletServer server)
Method Detail |
public void clearCache()
public void restart()
public java.util.ArrayList getTcpServerAdminList()
public int getConnectionCount()
public int getActiveConnectionCount()
public void closeTcp()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |