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

E17503-02

oracle.jbo.server
Class EventInvocation

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

public class EventInvocation
extends java.lang.Object


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Method Summary
 java.lang.String getDebugStr()
           
 java.lang.String getName()
          Gets the name of the event that is to be invoked.
 void raiseEvent()
          Raises the event to Fabric.
 void UpdateValues(EntityImpl ent)
          Updates the payload attribute values for this event invocation.
 
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

UpdateValues

public void UpdateValues(EntityImpl ent)
Updates the payload attribute values for this event invocation. This is necessary when multiple post operations occur on a particular row. Since we only fire a particular event once per row per transaction, we want to make sure the event gets invoked with the original value before any of the post operations and the new value after the last post operation.

Parameters:
ent - - the entity that the event invocation is for

getDebugStr

public java.lang.String getDebugStr()

getName

public java.lang.String getName()
Gets the name of the event that is to be invoked.

Returns:
the name of the event being invoked.

raiseEvent

public void raiseEvent()
Raises the event to Fabric.


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.