org.pentaho.platform.dataaccess.datasource.wizard.service
Interface IXulAsyncConnectionService
- All Known Implementing Classes:
- ConnectionServiceDebugImpl, ConnectionServiceGwtImpl
public interface IXulAsyncConnectionService
getConnections
void getConnections( callback)
getConnectionByName
void getConnectionByName(String name,
callback)
addConnection
void addConnection(IConnection connection,
callback)
updateConnection
void updateConnection(IConnection connection,
callback)
deleteConnection
void deleteConnection(IConnection connection,
callback)
deleteConnection
void deleteConnection(String name,
callback)
testConnection
void testConnection(IConnection connection,
callback)
convertToConnection
void convertToConnection(IDatabaseConnection databaseConnection,
callback)
convertFromConnection
void convertFromConnection(IConnection databaseConnection,
callback)