Rule Execution Server API

ilog.rules.res.session.config
Interface IlrJDBCPersistenceConfig


public interface IlrJDBCPersistenceConfig

The configuration based on persistence in JDBC mode.

Since:
8.0

Method Summary
 String getCryptedPassword()
           
 String getDriverClassName()
           
 String getPassword()
           
 String getURL()
           
 String getUser()
           
 void setCryptedPassword(String password)
           
 void setDriverClassName(String name)
           
 void setPassword(String password)
           
 void setURL(String url)
           
 void setUser(String user)
           
 

Method Detail

setUser

void setUser(String user)
Parameters:
user - the user name to connect to the database

getUser

String getUser()
Returns:
the user name to connect to the database

setURL

void setURL(String url)
Parameters:
url - the URL to connect to the database

getURL

String getURL()
Returns:
the URL to connect to the database

setDriverClassName

void setDriverClassName(String name)
Parameters:
name - the name of the driver class used to connect to the database

getDriverClassName

String getDriverClassName()
Returns:
the name of the driver class used to connect to the database

setPassword

void setPassword(String password)
Parameters:
password - the password used to connect to the database

getPassword

String getPassword()
Returns:
the password used to connect to the database

setCryptedPassword

void setCryptedPassword(String password)
Parameters:
password - the crypted password used to connect to the database

getCryptedPassword

String getCryptedPassword()
Returns:
the crypted password used to connect to the database

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013