|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Executable
Simple interface to describe public methods on a business logic object.
| Method Summary | |
|---|---|
Object |
execute()
Perform business logic for this bean, often by passing default values to the Object execute(Object) signature. |
Object |
execute(Object parameters)
Perform business logic for this, by retrieving any settings from the parameter object, and return a result object. |
| Method Detail |
|---|
Object execute()
throws Exception
Object execute(Object) signature.
If there is no default, it is recommended that a subclass throw
an UnsupportedOperationException instead.
Throws - Exception on any error. A subclass of
ChainedException is recommended.
Exception
Object execute(Object parameters)
throws Exception
Throws - Exception on any error. A subclass of
ChainedException is recommended.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||