|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shiftone.jrat.util.Command
public class Command
| Constructor Summary | |
|---|---|
Command()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
call()
implement this method if you want to return something |
java.lang.Object |
execute()
|
protected void |
run()
implement this method if you DO NOT want to return something |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
protected void run()
throws java.lang.Exception
java.lang.Exception
protected java.lang.Object call()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object execute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||