The value is used to identify the job in the batch queue and is used as the caption
in the dialog.
The method for this example is as follows.
1 2 3 4 | static client server ClassDescription description() { return "Sum customer transactions"; } |
This method is static, which means that it can be executed on the opposite tier of
the object. In this case, because the method does not contain user interface or
data interface, the specification of both client and server results in an execution
of the method on the tier it is called from regardless of the settings on the class
properties.
Best Regards,
Hossein Karimi
No comments:
Post a Comment