Rule Execution Server API

ilog.rules.res.session.config
Interface IlrDatasourcePersistenceConfig


public interface IlrDatasourcePersistenceConfig

The configuration based on persistence in data source mode.

Since:
8.0

Method Summary
 String getJNDIName()
           
 void setJNDIName(String name)
           
 

Method Detail

setJNDIName

void setJNDIName(String name)
Parameters:
name - the JNDI name of the data source

getJNDIName

String getJNDIName()
Returns:
the JNDI name of the data source

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013