public interface HostListProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HostSpec> |
forceRefresh() |
java.util.List<HostSpec> |
forceRefresh(java.sql.Connection connection) |
java.util.List<HostSpec> |
refresh() |
java.util.List<HostSpec> |
refresh(java.sql.Connection connection) |
java.util.List<HostSpec> refresh() throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List<HostSpec> refresh(java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List<HostSpec> forceRefresh() throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List<HostSpec> forceRefresh(java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLException