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

E17503-02

oracle.jbo.server
Class EventDef

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

public class EventDef
extends java.lang.Object


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Method Summary
 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.
 Iterator getPayloadItems()
          Returns the list of payload items for the event definition.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Method Detail

getHeaderAttrs

public 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 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 Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.