|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Procedure
Represents any procedure that can be invoked.
Zephyr Business Solution
| Method Summary | |
|---|---|
void |
invoke(java.lang.Object self,
java.lang.Object[] args)
Invoke the procedure. |
| Method Detail |
|---|
void invoke(java.lang.Object self,
java.lang.Object[] args)
throws java.lang.Throwable
self - the 'this' object.args - the arguments.
java.lang.Throwable - any exception during execution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||