Method Summary |
|
public List<Protocol> | getProtocols() Gets the protocols defined for the start. |
public String | getProviderURL() Gets the default Provider URL. |
public void | init() Init method.
This method is called before the start method. |
public void | setProtocols(List<Protocol> protocols) Sets the list of protocols. |
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. |