org.pentaho.platform.dataaccess.datasource.wizard.service.impl
Class ConnectionServiceDebugImpl
java.lang.Object
org.pentaho.platform.dataaccess.datasource.wizard.service.impl.ConnectionServiceDebugImpl
- All Implemented Interfaces:
- IXulAsyncConnectionService
public class ConnectionServiceDebugImpl
- extends java.lang.Object
- implements IXulAsyncConnectionService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionServiceDebugImpl
public ConnectionServiceDebugImpl()
getConnections
public void getConnections(org.pentaho.ui.xul.XulServiceCallback<java.util.List<IConnection>> callback)
- Specified by:
getConnections
in interface IXulAsyncConnectionService
getConnectionByName
public void getConnectionByName(java.lang.String name,
org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
- Specified by:
getConnectionByName
in interface IXulAsyncConnectionService
addConnection
public void addConnection(IConnection connection,
org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
- Specified by:
addConnection
in interface IXulAsyncConnectionService
updateConnection
public void updateConnection(IConnection connection,
org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
- Specified by:
updateConnection
in interface IXulAsyncConnectionService
deleteConnection
public void deleteConnection(IConnection connection,
org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
- Specified by:
deleteConnection
in interface IXulAsyncConnectionService
deleteConnection
public void deleteConnection(java.lang.String name,
org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
- Specified by:
deleteConnection
in interface IXulAsyncConnectionService
testConnection
public void testConnection(IConnection connection,
org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
- Specified by:
testConnection
in interface IXulAsyncConnectionService
convertFromConnection
public void convertFromConnection(IConnection databaseConnection,
org.pentaho.ui.xul.XulServiceCallback<IDatabaseConnection> callback)
- Specified by:
convertFromConnection
in interface IXulAsyncConnectionService
convertToConnection
public void convertToConnection(IDatabaseConnection databaseConnection,
org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
- Specified by:
convertToConnection
in interface IXulAsyncConnectionService