public interface RuntimeServices
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
javax.sql.DataSource |
getDataSource(java.lang.String jndiName)
Deprecated.
|
javax.sql.DataSource |
getDataSourceForProperty(java.lang.String propertyName)
Provides access to a JDBC data source.
|
java.lang.String |
getSubflowName()
Provides access to the name of the current subflow
|
java.lang.String |
getSubflowPrimitiveName()
Provide access to the name of the current subflow primitive
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
javax.sql.DataSource getDataSource(java.lang.String jndiName) throws DataSourceException
jndiName
- the JNDI name of the data sourceDataSourceException
- if there is a problem when obtaining the
data source.javax.sql.DataSource getDataSourceForProperty(java.lang.String propertyName) throws DataSourceException
propertyName
- the name of the propertyDataSourceException
- if there is a problem when obtaining the
data sourcejava.lang.String getSubflowName()
java.lang.String getSubflowPrimitiveName()