Skip navigation links

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

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


com.bea.wlevs.ede.api
Interface JavaBeanEventType


public interface JavaBeanEventType
extends EventType

Marker interface for EventTypes that handle JavaBean-type classes.


Method Summary
 boolean hasCustomBuilder()
          Returns true if a user-defined (custom) event builder factory has been set for this event type.

 

Methods inherited from interface com.bea.wlevs.ede.api.EventType
buildEvent, createEvent, getEventBuilderFactory, getProperties, getProperty, getPropertyLength, getPropertyNames, getPropertyType, getPropertyValue, getSuperTypes, getTypeName, getUnderlyingType, isProperty

 

Method Detail

hasCustomBuilder

public boolean hasCustomBuilder()
Returns true if a user-defined (custom) event builder factory has been set for this event type.
Returns:
boolean

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