|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmbeddedServletContainer
Simple interface that represents a fully configured embedded servlet container (for
example Tomcat or Jetty). Allows the container to be stopped.
Instances of this class are usually obtained via a
EmbeddedServletContainerFactory.
EmbeddedServletContainerFactory| Field Summary | |
|---|---|
static EmbeddedServletContainer |
NONE
An empty EmbeddedServletContainer that does nothing. |
| Method Summary | |
|---|---|
void |
start()
Starts the embedded servlet container. |
void |
stop()
Stops the embedded servlet container. |
| Field Detail |
|---|
static final EmbeddedServletContainer NONE
EmbeddedServletContainer that does nothing.
| Method Detail |
|---|
void start()
throws EmbeddedServletContainerException
EmbeddedServletContainerException - of the container cannot be stopped
void stop()
throws EmbeddedServletContainerException
EmbeddedServletContainerException - of the container cannot be stopped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||