org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
Interface IGwtConnectionServiceAsync


public interface IGwtConnectionServiceAsync

This is the GWT Asynchronous implementation of the IConnectionService API


Method Summary
 void addConnection(IConnection connection,  callback)
           
 void convertFromConnection(IConnection connection,  callback)
           
 void convertToConnection(IDatabaseConnection connection,  callback)
           
 void deleteConnection(IConnection connection,  callback)
           
 void deleteConnection(String name,  callback)
           
 void getConnectionByName(String name,  callback)
           
 void getConnections( callback)
           
 void testConnection(IConnection connection,  callback)
           
 void updateConnection(IConnection connection,  callback)
           
 

Method Detail

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)