org.pentaho.platform.dataaccess.datasource.wizard.service
Interface IXulAsyncConnectionService

All Known Implementing Classes:
ConnectionServiceDebugImpl, ConnectionServiceGwtImpl

public interface IXulAsyncConnectionService


Method Summary
 void addConnection(IConnection connection,  callback)
           
 void convertFromConnection(IConnection databaseConnection,  callback)
           
 void convertToConnection(IDatabaseConnection databaseConnection,  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 databaseConnection,
                          callback)

convertFromConnection

void convertFromConnection(IConnection databaseConnection,
                            callback)