Method Summary |
|
public List<User> | getUsers() Gets the list of users. |
public void | init() Init method. This method is called before the start method. |
public void | setDatabaseName(String databaseName) Sets the database name. |
public void | setPortNumber(String portNumber) Sets the port number. |
public void | setUsers(List<User> users) Set the list of users. |
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. |