|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeServices
Provides WebSphere runtime related services to ESB mediation primitives. The only service provided is the access to JDBC Data sources.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
javax.sql.DataSource getDataSource(java.lang.String jndiName) throws DataSourceException
jndiName
- the JNDI name of the data source
DataSourceException
- 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 property
DataSourceException
- if there is a problem when obtaining the
data sourcejava.lang.String getSubflowName()
java.lang.String getSubflowPrimitiveName()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |