Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface DataProvider


public interface DataProvider

Provider of non-streaming data. Data may be used for enriching the events that are received from Event Sources.


Method Summary
 java.lang.Class getKeyClass()
          Class of primary key
 java.lang.String[] getKeyPropertyNames()
          Property names of compound key
 java.util.Map getMap()
          Underlying map containing provided data

 

Method Detail

getMap

public java.util.Map getMap()
Underlying map containing provided data
Returns:
Map

getKeyClass

public java.lang.Class getKeyClass()
Class of primary key
Returns:
Class

getKeyPropertyNames

public java.lang.String[] getKeyPropertyNames()
Property names of compound key
Returns:
String[]

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD