|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionChannel | |
|---|---|
| oracle.odi.domain.runtime.session | This package contains classes for managing Oracle Data Integrator Sessions and related objects. |
| oracle.odi.domain.topology | This package contains the Oracle Data Integrator Topology domain model implementation. |
| Uses of TransactionChannel in oracle.odi.domain.runtime.session |
|---|
| Methods in oracle.odi.domain.runtime.session that return TransactionChannel | |
|---|---|
static TransactionChannel |
TransactionChannel.valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static TransactionChannel[] |
TransactionChannel.values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of TransactionChannel in oracle.odi.domain.topology |
|---|
| Methods in oracle.odi.domain.topology that return types with arguments of type TransactionChannel | |
|---|---|
java.util.Set<TransactionChannel> |
OdiOnConnectConfig.getTransactionChannels()Obtains the transaction channels for which the onConnect command should be performed. |
java.util.Set<TransactionChannel> |
OdiOnDisconnectConfig.getTransactionChannels()Obtains the transaction channels for which the onDisconnect command should be performed. |
| Constructor parameters in oracle.odi.domain.topology with type arguments of type TransactionChannel | |
|---|---|
OdiOnConnectConfig(java.lang.String pCmd, LogLevel pLogLevel, java.util.Set<TransactionChannel> pTransactionChannels, boolean pShouldBePerformedOutsideTransactionChannels, boolean pShouldCommitCmd, boolean pShouldIgnoreErrors)Create a new OdiOnConnectConfig |
|
OdiOnDisconnectConfig(java.lang.String pCmd, LogLevel pLogLevel, java.util.Set<TransactionChannel> pTransactionChannels, boolean pShouldBePerformedOutsideTransactionChannels, boolean pShouldCommitCmd, boolean pShouldIgnoreErrors)Create a new OdiOnDisconnectConfig |
|
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||