Method Summary |
|
public ServerConfig | getServerConfig() Return the configuration of the embedded instance. |
public void | init() Init method.
This method is called before the start method. |
public void | setServerConfig(ServerConfig config) Set the configuration of the embedded instance. |
public void | start() Start method.
This method is called after the init method. |
public void | stop() Stop method.
This method is called when component needs to be stopped. |