Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

oracle.jbo.server
Class EventDef

java.lang.Object
  extended by oracle.jbo.server.EventDef

public class EventDef
extends java.lang.Object


Method Summary
 java.util.Iterator getHeaderAttrs()
          Returns the list of header attributes for the event definition.
 java.lang.String getName()
          Return the name of the event definition.
 int getNumHeaderAttrs()
           
 int getNumPayloadItems()
          Gets the number of actual payload items for the event definition.
 java.util.Iterator getPayloadItems()
          Returns the list of payload items for the event definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeaderAttrs

public java.util.Iterator getHeaderAttrs()
Returns the list of header attributes for the event definition. See loadHeaderAttrs.

Returns:
the list of header attributes for the event definition.

getNumHeaderAttrs

public int getNumHeaderAttrs()

getName

public java.lang.String getName()
Return the name of the event definition.

Returns:
the name of the event definition.

getPayloadItems

public java.util.Iterator getPayloadItems()
Returns the list of payload items for the event definition. A payload item specifies an attribute that is to be part of the payload and contains parameters that indicate how it is to be processed when constructing the actual payload when raising an event.

Returns:
the list of payload items for the event definition.

getNumPayloadItems

public int getNumPayloadItems()
Gets the number of actual payload items for the event definition. If the event definition references a named payload definition, it will be the number of payload items defined in that definition. Otherwise, it will be the number of payload items defined in the event definitions inline payload.

Returns:
the number of payload items for the event definition.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

Copyright © 1997, 2010, Oracle. All rights reserved.