Skip navigation links

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

E10651-03


oracle.adf.controller.savepoint
Class SavePointEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.adf.controller.savepoint.SavePointEvent

All Implemented Interfaces:
java.io.Serializable

public class SavePointEvent
extends java.util.EventObject

Represents an event triggered by save point creation, deletion or completion of the top level task flow that this save point represents.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SavePointEvent(TaskFlowId taskFlowId, java.lang.String savePointId)
          Constructor.

 

Method Summary
 java.lang.String getSavePointId()
           
 TaskFlowId getTaskFlowId()
           

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SavePointEvent

public SavePointEvent(TaskFlowId taskFlowId,
                      java.lang.String savePointId)
Constructor.
Parameters:
taskFlowId - the id of the task flow on top of the stack
savePointId - the save point id

Method Detail

getTaskFlowId

public TaskFlowId getTaskFlowId()
Returns:
the task flow id of the task flow that was on top of the stack when this save point was created

getSavePointId

public java.lang.String getSavePointId()
Returns:
the id that uniquelly identifies this save point

Skip navigation links

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

E10651-03


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