org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
Interface IGwtConnectionServiceAsync
public interface IGwtConnectionServiceAsync
This is the GWT Asynchronous implementation of the IConnectionService API
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 connection,
callback)
convertFromConnection
void convertFromConnection(IConnection connection,
callback)