org.pentaho.di.trans.steps.sapinput.sap
Class SAPConnectionFactory

java.lang.Object
  extended by org.pentaho.di.trans.steps.sapinput.sap.SAPConnectionFactory
All Implemented Interfaces:
DatabaseFactoryInterface

public class SAPConnectionFactory
extends Object
implements DatabaseFactoryInterface


Constructor Summary
SAPConnectionFactory()
           
 
Method Summary
static SAPConnection create()
           
 String getConnectionTestReport(DatabaseMeta databaseMeta)
          The SAP connection to test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAPConnectionFactory

public SAPConnectionFactory()
Method Detail

create

public static SAPConnection create()
                            throws SAPException
Throws:
SAPException

getConnectionTestReport

public String getConnectionTestReport(DatabaseMeta databaseMeta)
                               throws KettleDatabaseException
The SAP connection to test

Specified by:
getConnectionTestReport in interface DatabaseFactoryInterface
Throws:
KettleDatabaseException