|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Simple interface to describe public methods on a business logic object.
| Method Summary | |
java.lang.Object |
execute()
Perform business logic for this bean, often by passing default values to the Object execute(Object) signature. |
java.lang.Object |
execute(java.lang.Object parameters)
Perform business logic for this, by retrieving any settings from the parameter object, and return a result object. |
| Method Detail |
public java.lang.Object execute()
throws java.lang.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.
java.lang.Exception
public java.lang.Object execute(java.lang.Object parameters)
throws java.lang.Exception
Throws - Exception on any error. A subclass of
ChainedException is recommended.
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||