oracle.adf.controller.savepoint
Class SavePointEvent
java.lang.Object
  
java.util.EventObject
      
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
 
 
| Fields inherited from class java.util.EventObject | 
source | 
 
 
 
| 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 | 
 
SavePointEvent
public SavePointEvent(TaskFlowId taskFlowId,
                      java.lang.String savePointId)
- Constructor.
- Parameters:
 taskFlowId - the id of the task flow on top of the stacksavePointId - the save point id
 
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
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.