|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.ActionEvent
org.jprocessunit.addon.common.DatabaseActionEvent
public class DatabaseActionEvent
Action event used to perform UPDATE, DELETE, and INSERT sql on the database.
| 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 |
|---|
public DatabaseActionEvent(java.lang.String query)
| Method Detail |
|---|
public void performAction()
ActionEvent
performAction in class ActionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||