org.jprocessunit.addon.common
Class DatabaseActionEvent

java.lang.Object
  extended by org.jprocessunit.ActionEvent
      extended by org.jprocessunit.addon.common.DatabaseActionEvent
All Implemented Interfaces:
ProcessEvent

public class DatabaseActionEvent
extends ActionEvent

Action event used to perform UPDATE, DELETE, and INSERT sql on the database.

Author:
Reza Shafii

Constructor Summary
DatabaseActionEvent(java.lang.String query)
           
 
Method Summary
 void performAction()
          Method should be overriden by all subclasses to implement the action to be performed.
 
Methods inherited from class org.jprocessunit.ActionEvent
assertEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseActionEvent

public DatabaseActionEvent(java.lang.String query)
Method Detail

performAction

public void performAction()
Description copied from class: ActionEvent
Method should be overriden by all subclasses to implement the action to be performed.

Specified by:
performAction in class ActionEvent


JProcessUnit API