Class | Description |
---|---|
BaseEdnConnection |
A skeleton implementation of EdnConnection interface, which should be overridden by the actual implementers to provide concrete implementation of methods such as publishEvent, subscribe, and unsubscribe.
|
EdnAqConnection |
This class represents an EdnConnection implementation based on mid-tier JDBC API that interacts with a set of PL/SQL procedures for AQ-JMS.
|
EdnAqConnectionFactory |
This is typically for a Fusion Applications client who continues to use 11g JDBC data sources of fixed JNDI names (created for EDN 11g AQ-DB implementation) to interact with AQ-JMS in 12c.
|
EdnClientUtil | |
EdnJcaConnection |
Remote EDN connection where events can be published and subscribed.
|
EdnJcaConnectionFactory |
This is typically for J2EE client with Oracle JMS adapter support/deployed.
|
EdnJmsConnection |
Remote EDN connection where events can be published and subscribed.
|
EdnJmsConnectionFactory |
This is for J2SE client (e.g.
|