public static interface JettyShims.Server
Modifier and Type | Method and Description |
---|---|
void |
addWar(java.lang.String war,
java.lang.String mount) |
void |
join() |
void |
start() |
void |
stop() |
void addWar(java.lang.String war, java.lang.String mount)
void start() throws java.lang.Exception
java.lang.Exception
void join() throws java.lang.InterruptedException
java.lang.InterruptedException
void stop() throws java.lang.Exception
java.lang.Exception
Copyright © 2012 The Apache Software Foundation