public interface GridNodeServer
Modifier and Type | Method and Description |
---|---|
void |
boot() |
int |
getRealPort() |
void |
setConfiguration(StandaloneConfiguration configuration) |
void |
setExtraServlets(java.util.Map<java.lang.String,java.lang.Class<? extends javax.servlet.Servlet>> extraServlets) |
void |
stop() |
void boot() throws java.lang.Exception
java.lang.Exception
void stop()
int getRealPort()
void setExtraServlets(java.util.Map<java.lang.String,java.lang.Class<? extends javax.servlet.Servlet>> extraServlets)
void setConfiguration(StandaloneConfiguration configuration)