|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.ActionList
public class ActionList
This is a collection class to execute a list of IBOBAction
objects
IBOBAction
,
Action
Constructor Summary | |
---|---|
ActionList()
Constructor for the ActionList |
|
ActionList(IBOBAction action)
Constructor for the ActionList |
|
ActionList(IBOBAction[] actionArr)
Constructor for the ActionList |
|
ActionList(java.util.Vector actionList)
Constructor for the ActionList |
Method Summary | |
---|---|
void |
addAction(IBOBAction action)
Add IBOBAction to action list |
IBOBAction[] |
getActions()
Retrieve the array list of IBOBAction |
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 |
---|
public ActionList()
public ActionList(java.util.Vector actionList)
actionList
- Vector
of IBOBAction
objectspublic ActionList(IBOBAction action)
action
- IBOBAction
BOB actionpublic ActionList(IBOBAction[] actionArr)
actionList
- IBOBAction
array listMethod Detail |
---|
public void addAction(IBOBAction action)
IBOBAction
to action list
action
- IBOBAction
action objectpublic IBOBAction[] getActions()
IBOBAction
IBOBAction
array listpublic void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |