|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionServiceException in org.pentaho.platform.dataaccess.client |
---|
Methods in org.pentaho.platform.dataaccess.client that throw ConnectionServiceException | |
---|---|
boolean |
ConnectionServiceClient.addConnection(IConnection connection)
Adds a connection to the server's configuration. |
DatabaseConnection |
ConnectionServiceClient.convertFromConnection(IConnection connection)
|
IConnection |
ConnectionServiceClient.convertToConnection(IDatabaseConnection arg0)
|
boolean |
ConnectionServiceClient.deleteConnection(IConnection connection)
Deletes a connection from the server's configuration. |
boolean |
ConnectionServiceClient.deleteConnection(String connectionName)
Deletes a connection from the server's configuration. |
IConnection |
ConnectionServiceClient.getConnectionByName(String connectionName)
Returns a specified connection. |
List<IConnection> |
ConnectionServiceClient.getConnections()
Returns a list of connections known to the server. |
boolean |
ConnectionServiceClient.testConnection(IConnection connection)
Tests a provided connection on the server. |
boolean |
ConnectionServiceClient.updateConnection(IConnection connection)
|
Uses of ConnectionServiceException in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that throw ConnectionServiceException | |
---|---|
boolean |
ConnectionDebugGwtServlet.addConnection(IConnection connection)
|
boolean |
IConnectionService.addConnection(IConnection connection)
|
IDatabaseConnection |
ConnectionDebugGwtServlet.convertFromConnection(IConnection connection)
|
IDatabaseConnection |
IConnectionService.convertFromConnection(IConnection connection)
|
IConnection |
ConnectionDebugGwtServlet.convertToConnection(IDatabaseConnection connection)
|
IConnection |
IConnectionService.convertToConnection(IDatabaseConnection connection)
|
boolean |
ConnectionDebugGwtServlet.deleteConnection(IConnection connection)
|
boolean |
IConnectionService.deleteConnection(IConnection connection)
|
boolean |
ConnectionDebugGwtServlet.deleteConnection(String name)
|
boolean |
IConnectionService.deleteConnection(String name)
|
IConnection |
ConnectionDebugGwtServlet.getConnectionByName(String name)
|
IConnection |
IConnectionService.getConnectionByName(String name)
|
List<IConnection> |
ConnectionDebugGwtServlet.getConnections()
|
List<IConnection> |
IConnectionService.getConnections()
|
boolean |
ConnectionDebugGwtServlet.testConnection(IConnection connection)
|
boolean |
IConnectionService.testConnection(IConnection connection)
|
boolean |
ConnectionDebugGwtServlet.updateConnection(IConnection connection)
|
boolean |
IConnectionService.updateConnection(IConnection connection)
|
Uses of ConnectionServiceException in org.pentaho.platform.dataaccess.datasource.wizard.service.impl |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that throw ConnectionServiceException | |
---|---|
boolean |
ConnectionServiceConcrete.addConnection(Connection connection)
|
boolean |
ConnectionServiceImpl.addConnection(IConnection connection)
|
boolean |
InMemoryConnectionServiceImpl.addConnection(IConnection connection)
|
DatabaseConnection |
ConnectionServiceConcrete.convertFromConnection(Connection connection)
|
IDatabaseConnection |
ConnectionServiceImpl.convertFromConnection(IConnection connection)
|
IDatabaseConnection |
InMemoryConnectionServiceImpl.convertFromConnection(IConnection connection)
|
Connection |
ConnectionServiceConcrete.convertToConnection(DatabaseConnection connection)
|
IConnection |
ConnectionServiceImpl.convertToConnection(IDatabaseConnection connection)
|
IConnection |
InMemoryConnectionServiceImpl.convertToConnection(IDatabaseConnection connection)
|
boolean |
ConnectionServiceConcrete.deleteConnection(Connection connection)
|
boolean |
ConnectionServiceImpl.deleteConnection(IConnection connection)
|
boolean |
InMemoryConnectionServiceImpl.deleteConnection(IConnection connection)
|
boolean |
ConnectionServiceImpl.deleteConnection(String name)
|
boolean |
InMemoryConnectionServiceImpl.deleteConnection(String name)
|
boolean |
ConnectionServiceConcrete.deleteConnectionByName(String name)
|
Connection |
ConnectionServiceConcrete.getConnectionByName(String name)
|
IConnection |
ConnectionServiceImpl.getConnectionByName(String name)
|
IConnection |
InMemoryConnectionServiceImpl.getConnectionByName(String name)
|
List<Connection> |
ConnectionServiceConcrete.getConnections()
|
List<IConnection> |
ConnectionServiceImpl.getConnections()
|
List<IConnection> |
InMemoryConnectionServiceImpl.getConnections()
|
boolean |
ConnectionServiceConcrete.testConnection(Connection connection)
|
boolean |
ConnectionServiceImpl.testConnection(IConnection connection)
|
boolean |
InMemoryConnectionServiceImpl.testConnection(IConnection connection)
|
boolean |
ConnectionServiceConcrete.updateConnection(Connection connection)
|
boolean |
ConnectionServiceImpl.updateConnection(IConnection connection)
|
boolean |
InMemoryConnectionServiceImpl.updateConnection(IConnection connection)
|
Uses of ConnectionServiceException in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils that throw ConnectionServiceException | |
---|---|
static String |
ConnectionServiceHelper.getConnectionPassword(String connectionName,
String password)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |