|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.http.admin.ApplicationAdmin
Administers an application.
Constructor Summary | |
ApplicationAdmin(Application app)
Creates a new Admin object. |
Method Summary | |
void |
clearCache()
Clears the cache. |
int |
getActiveSessionCount()
Gets the current number of active sessions. |
ServerAdmin |
getServerAdmin()
Returns the server admin. |
void |
invalidateCache(java.lang.String url)
Invalidate an entry in the cache. |
void |
restart()
Restart the application. |
void |
setServerAdmin(ServerAdmin admin)
Sets the server admin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationAdmin(Application app)
Method Detail |
public ServerAdmin getServerAdmin()
public void setServerAdmin(ServerAdmin admin)
public void clearCache()
public void invalidateCache(java.lang.String url)
public int getActiveSessionCount()
public void restart()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |