org.pentaho.platform.dataaccess.datasource.wizard.service.impl
Class ConnectionServiceDebugImpl

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.wizard.service.impl.ConnectionServiceDebugImpl
All Implemented Interfaces:
IXulAsyncConnectionService

public class ConnectionServiceDebugImpl
extends Object
implements IXulAsyncConnectionService


Constructor Summary
ConnectionServiceDebugImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionServiceDebugImpl

public ConnectionServiceDebugImpl()
Method Detail

getConnections

public void getConnections( callback)
Specified by:
getConnections in interface IXulAsyncConnectionService

getConnectionByName

public void getConnectionByName(String name,
                                 callback)
Specified by:
getConnectionByName in interface IXulAsyncConnectionService

addConnection

public void addConnection(IConnection connection,
                           callback)
Specified by:
addConnection in interface IXulAsyncConnectionService

updateConnection

public void updateConnection(IConnection connection,
                              callback)
Specified by:
updateConnection in interface IXulAsyncConnectionService

deleteConnection

public void deleteConnection(IConnection connection,
                              callback)
Specified by:
deleteConnection in interface IXulAsyncConnectionService

deleteConnection

public void deleteConnection(String name,
                              callback)
Specified by:
deleteConnection in interface IXulAsyncConnectionService

testConnection

public void testConnection(IConnection connection,
                            callback)
Specified by:
testConnection in interface IXulAsyncConnectionService

convertFromConnection

public void convertFromConnection(IConnection databaseConnection,
                                   callback)
Specified by:
convertFromConnection in interface IXulAsyncConnectionService

convertToConnection

public void convertToConnection(IDatabaseConnection databaseConnection,
                                 callback)
Specified by:
convertToConnection in interface IXulAsyncConnectionService