|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiTechnology.ExecutionChannel>
oracle.odi.domain.topology.OdiTechnology.ExecutionChannel
public static enum OdiTechnology.ExecutionChannel
Type safe enum representing the execution channel applying to an OdiTechnology. Possible value is one of the following:
| Enum Constant Summary | |
|---|---|
AXIS2Execution channel involving an AXIS2 WebService container. |
|
BSFExecution channel involving scripting language through Bean Scripting Framework. |
|
CONNECTORExecution channel involving a custom Java connector. |
|
JAXWSExecution channel involving a JAXWS WebService container. |
|
JDBCExecution channel involving a JDBC driver. |
|
JMS_QUEUEExecution channel involving a JMS queue for binary or text messages. |
|
JMS_TOPICExecution channel involving a JMS topic for binary or text messages. |
|
ODIExecution channel involving an ODI native command. |
|
OSExecution channel involving an OS command. |
|
XML_QUEUEExecution channel involving a JMS queue for XML messages. |
|
XML_TOPICExecution channel involving a JMS queue for XML messages. |
|
| Method Summary | |
|---|---|
static OdiTechnology.ExecutionChannel |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiTechnology.ExecutionChannel[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdiTechnology.ExecutionChannel JDBC
public static final OdiTechnology.ExecutionChannel OS
public static final OdiTechnology.ExecutionChannel ODI
public static final OdiTechnology.ExecutionChannel JMS_QUEUE
public static final OdiTechnology.ExecutionChannel JMS_TOPIC
public static final OdiTechnology.ExecutionChannel XML_QUEUE
public static final OdiTechnology.ExecutionChannel XML_TOPIC
public static final OdiTechnology.ExecutionChannel CONNECTOR
public static final OdiTechnology.ExecutionChannel BSF
public static final OdiTechnology.ExecutionChannel AXIS2
public static final OdiTechnology.ExecutionChannel JAXWS
| Method Detail |
|---|
public static OdiTechnology.ExecutionChannel[] values()
for (OdiTechnology.ExecutionChannel c : OdiTechnology.ExecutionChannel.values())
System.out.println(c);
public static OdiTechnology.ExecutionChannel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||