|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.xtcl.command.AbstractCommand
net.sf.tomp.xtcl.command.TryBlock
public class TryBlock
DOCUMENT ME!
Field Summary | |
---|---|
protected Command |
command
DOCUMENT ME! |
Constructor Summary | |
---|---|
TryBlock()
|
Method Summary | |
---|---|
int |
execute(Context context)
DOCUMENT ME! |
void |
setCommand(Command c)
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand |
---|
done, initParameters, listArray, listList, listMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Command command
Constructor Detail |
---|
public TryBlock()
Method Detail |
---|
public void setCommand(Command c)
c
- DOCUMENT ME!public int execute(Context context) throws java.lang.Exception
execute
in interface Command
execute
in class AbstractCommand
context
- DOCUMENT ME!
java.lang.Exception
- DOCUMENT ME!public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |