com.sybase.uep.bobclient.actions
Class PersistAction

java.lang.Object
  extended by com.sybase.uep.bobclient.actions.Action
      extended by com.sybase.uep.bobclient.actions.PersistAction
All Implemented Interfaces:
IBOBAction, java.lang.Runnable

public class PersistAction
extends Action

This is the Persist Action class.

This will persist all the control values on the screen

Author:
tdang
See Also:
Action

Constructor Summary
PersistAction(IBOBScreen screen, PersistElement[] persistElements)
          Constructor to persist variables on a form
PersistAction(IBOBScreen screen, java.util.Vector persistElements)
          Constructor to create a persist action
 
Method Summary
 void run()
          (non-Javadoc)
 
Methods inherited from class com.sybase.uep.bobclient.actions.Action
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistAction

public PersistAction(IBOBScreen screen,
                     java.util.Vector persistElements)
Constructor to create a persist action

Parameters:
screen - IBOBScreen screen object that contains input controls
persistElements - Vector of PersistElement objects
See Also:
PersistElement, IBOBScreen

PersistAction

public PersistAction(IBOBScreen screen,
                     PersistElement[] persistElements)
Constructor to persist variables on a form

Parameters:
screen - IBOBScreen screen object that contains input controls
persistElements - PersistElement array list
See Also:
PersistElement, IBOBScreen
Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()