|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.chain.impl.DefaultCommandChain
Represents a default command chain object.
Constructor Summary | |
DefaultCommandChain()
Constructor for the DefaultCommandChain object |
Method Summary | |
void |
add(Map args)
Add a set of commands to this object |
String |
getName()
Gets the name attribute of the DefaultCommandChain object |
void |
init(Map args)
Initializes the object. |
void |
setName(String name)
Sets the name attribute of the DefaultCommandChain object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultCommandChain()
Method Detail |
public void setName(String name)
setName
in interface CommandChain
name
- The new name valuepublic String getName()
getName
in interface CommandChain
public void init(Map args)
init
in interface CommandChain
args
- Initialize with values from this objectpublic void add(Map args)
args
- the set of commands.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |