See: Description
Interface | Description |
---|---|
AppCookie |
This is a container for name/value proeprties that are avaialble to a Tasklet.
|
IOViewerContext |
Context associated with the running of the IOViewer
and the Tasklet that it is associated with.
|
TaskletStatus |
Container class that holds various properties associated with a Tasklet/job.
|
WebletContext |
Context associated with the configuration of the Weblet.
|
Class | Description |
---|---|
FetchAppCookieCallback |
Callback for fetching application scope cookies associated with a job/Tasklet.
|
FetchJSONCallback |
Callback for fetching an input JavaBean from the server.
|
FetchPOJOCallback |
Callback for fetching an input JavaBean from the server.
|
FetchTaskletStatusCallback |
Callback for fetching TaskletStatus object associated with a job run.
|
SuccessFailCallback |
Simple class used to relay success or failure of a asynchronous call.
|
Enum | Description |
---|---|
TaskletStatus.Scope |
APP_SCOPE are cookies that are shared between all jobs runs and during job editing. |
Exception | Description |
---|---|
BeanTransferException |
Thrown when there is a problem during GUI/Weblet interaction with the remote server
when sending/receiving data.
|
Copyright © Grand Logic, Inc. All Rights Reserved.