Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

E14303-10
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cluster.ha.adapter
Class EventIdentitySupport

java.lang.Object
  |
  +--com.oracle.cep.cluster.ha.adapter.EventIdentitySupport

public class EventIdentitySupport
extends java.lang.Object

Constructor Summary
EventIdentitySupport()
           
EventIdentitySupport(java.lang.Class keyClass, java.lang.String keyPropertiesString, java.lang.String stageIdentity, java.lang.String eventTypeName, EventTypeRepository eventTypeRepository)
           

 

Method Summary
 java.lang.Object getIdentity(java.lang.Object event)
           
 PropertyAccess getPropertyAccess()
           
 boolean usingCustomClass()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventIdentitySupport

public EventIdentitySupport()

EventIdentitySupport

public EventIdentitySupport(java.lang.Class keyClass,
                            java.lang.String keyPropertiesString,
                            java.lang.String stageIdentity,
                            java.lang.String eventTypeName,
                            EventTypeRepository eventTypeRepository)

Method Detail

getIdentity

public java.lang.Object getIdentity(java.lang.Object event)

getPropertyAccess

public PropertyAccess getPropertyAccess()

usingCustomClass

public boolean usingCustomClass()

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