⇒ Index (Frames) | ⇒ Index (No Frames) | ⇒ Package | ⇒ Package Tree | ⇒ Full Tree 
com.sap.dbtech.powertoys

Class Repman

java.lang.Object|
+--com.sap.dbtech.powertoys.Repman


publicclass Repman
extends java.lang.Object

Executes loader commands for SAP DB

Constructor Summary

Repman(Properties properties)

creates a new Repman.

Method Summary

String

cmd(String cmdString)

executes cmdString in the current lserver session.

static Repman

dbRepman(String host,String dbname)

creates a new Repman by specifying the host and the dbname

static Repman

dbrootRepman(String host,String dbroot)

create a new Repman by specifying the host and the dbroot

void

finalize()

void

release()

closes the connection

Constructor Details

Repman

publicRepman(Properties properties)

creates a new Repman. The following properties are used by this class:

Parameters:
properties

Method Details

cmd

publicStringcmd(String cmdString)

executes cmdString in the current lserver session.

Parameters:
cmdString
Throws:
RepmanException -
com.sap.dbtech.rte.comm.RTEException -

dbRepman

publicstatic RepmandbRepman(String host,String dbname)

creates a new Repman by specifying the host and the dbname

Parameters:
host
dbname

dbrootRepman

publicstatic RepmandbrootRepman(String host,String dbroot)

create a new Repman by specifying the host and the dbroot

Parameters:
host
dbroot

finalize

publicvoidfinalize()


release

publicvoidrelease()

closes the connection