This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[PAY-14] Paylets
Created: Thu, 5 May 2005 17:56:38 -0700 (PDT)  Updated: Mon, 16 May 2005 10:48:43 -0700 (PDT)

Status:Closed
Project:Payload
Component/s:
Affects Version/s:
Fix Version/s:0.5

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Duplicate 
Environment:


 Description   
Paylets are small Java programs which run once a deployment is complete.

Most likely the API will be:

interface Paylet:
  void execute(String arguments, Properties payloadProperties, Properties configurationProperties);
Comment by bayard [ Mon, 16 May 2005 10:48:43 -0700 (PDT) ]
Done