Package | Description |
---|---|
oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
Modifier and Type | Method and Description |
---|---|
OdiSessionParameter |
OdiSession.getSessionParameter(java.lang.String pName)
Fetches the
OdiSessionParameter with name pName . |
Modifier and Type | Method and Description |
---|---|
void |
OdiSession.addSessionParameter(OdiSessionParameter pSessionParameter)
Add the given
OdiSessionParameter to the collection of OdiSessionParameter s. |
void |
OdiSession.removeSessionParameter(OdiSessionParameter pSessionParameter)
Remove the given
OdiSessionParameter from the collection of OdiSessionParameter s. |