|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.service.AbstractResinSubSystem
com.caucho.server.cluster.ServletSystem
public class ServletSystem
The main servlet service in a Resin server.
Field Summary |
---|
Fields inherited from interface com.caucho.env.service.ResinSubSystem |
---|
START_PRIORITY_CACHE_SERVICE, START_PRIORITY_CLASSLOADER, START_PRIORITY_CLUSTER_SERVICE, START_PRIORITY_DATABASE_SYSTEM, START_PRIORITY_DEFAULT, START_PRIORITY_ENV_SYSTEM, START_PRIORITY_NETWORK_CLUSTER |
Constructor Summary | |
---|---|
ServletSystem(ServletService server)
|
Method Summary | |
---|---|
static ServletSystem |
createAndAddService(ServletService server)
|
static ServletSystem |
getCurrent()
|
ServletService |
getServer()
|
void |
start()
Starts the servlet engine. |
void |
stop()
Stops the servlet engine. |
Methods inherited from class com.caucho.env.service.AbstractResinSubSystem |
---|
destroy, getStartPriority, getStopPriority, isActive, preCreate, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServletSystem(ServletService server)
Method Detail |
---|
public static ServletSystem createAndAddService(ServletService server)
public static ServletSystem getCurrent()
public ServletService getServer()
public void start()
start
in interface ResinSubSystem
start
in class AbstractResinSubSystem
public void stop()
stop
in interface ResinSubSystem
stop
in class AbstractResinSubSystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |