- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class HelloWorldOutput
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
This JavaBean is used as output to the HelloWorld Tasklet. The
message
property is populated when the Tasklet is
run. It contains the hello sentence generated when the
Tasklet is run.
The emailAddress
property is also set when the
Tasklet/Job is run. It can be used to pass the
email address to, for example, the EMailAlert Tasklet.
Note, that all the properties must have public getter and setter
methods.