Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo.server
Class EventInvocation

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

public class EventInvocation
extends java.lang.Object


Method Summary
 java.lang.String getDebugStr()
           
 java.lang.String getName()
          Gets the name of the event that is to be invoked.
 javax.xml.namespace.QName getQName()
          Gets the QName 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

getQName

public javax.xml.namespace.QName getQName()
Gets the QName of the event that is to be invoked.

Returns:
the QName of the event being invoked.

raiseEvent

public void raiseEvent()
Raises the event to Fabric.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

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