I am writing client code with gria client api, I know that the procedure
for creating a new job is like this:
            RemoteJobService jobService = repository.getOrCreateObject(
                    RemoteJobService.class, ConversationID
                            .getEPR(jobserviceEPR));
            Document metadataDoc = jobService
                    .getApplicationMetadataDetailed(applicationURI);
            ApplicationMetadata metadata = new
ApplicationMetadata(metadataDoc);
            JobDescription jsdl = new JobDescription("Job Name", metadata
                    .getInfo().getUri());
            ...
    but now I have some application argument that need to be passed to the
job created, and I don't know how to,
    could you please send me a sample code illustrating how to do this?
thank you
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gria-general mailing list
gria-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gria-general

Reply via email to