|
Oracle® Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86 11g Release 1 (11.1.1.9) E39906-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An ExternalDataSource is an external source of contextual data that can be joined together with events within a CQL processor.
ExternalDataSources are part of the OCEP Cartridge infrastructure.
Register a Spring Bean Factory that implements this interface as the target of the EPN tag wlevs:table-source to make the data-source available to CQL processors. See org.springframework.beans.factory.config.AbstractFactoryBean
An ExternalDataSource is by default managed as a "bean" EPN stage. However, you may customize its management by implementing the interface StageFactoryAccess
org.springframework.beans.factory.config.AbstractFactoryBean, com.bea.wlevs.management.configuration.spring.StageFactoryAccess, Spring Framework extensible XML| Method Summary | |
ExternalConnection |
getConnection()Attempts to get a connection to the data source |
| Methods inherited from interface com.bea.wlevs.ede.api.ExternalSource |
getCacheDataSource, getEventType, getExternalRowsThreshold, getId, getJDBCDataSource, getKeyClass, getKeyPropertyNames, getTableName |
| Method Detail |
public ExternalConnection getConnection()
throws java.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||