|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MobyJob | |
---|---|
org.biomoby.client | The components used for developing Moby clients. |
org.biomoby.service | It contains general components that can be used by those writing code for Moby services. |
org.biomoby.shared.parser | The package org.biomoby.shared.parser contains classes for parsing Biomoby data from an XML format (a Biomoby XML envelope) into Java objects, and back to XML. |
Uses of MobyJob in org.biomoby.client |
---|
Methods in org.biomoby.client with parameters of type MobyJob | |
---|---|
boolean |
BaseCmdLineClient.fillRequest(MobyJob request,
MobyPackage inputContext)
|
abstract boolean |
BaseClient.fillRequest(MobyJob request,
MobyPackage inputContext)
Crate data (fill them into 'request') for one Moby job (query). |
boolean |
BaseCmdLineClient.useResponse(MobyJob response,
MobyPackage responseContext)
|
abstract boolean |
BaseClient.useResponse(MobyJob response,
MobyPackage responseContext)
Process a single job returned from a BioMoby service. |
Uses of MobyJob in org.biomoby.service |
---|
Methods in org.biomoby.service with parameters of type MobyJob | |
---|---|
abstract void |
BaseService.processIt(MobyJob request,
MobyJob response,
MobyPackage outputContext)
A job-level processing: This is the main method to be overriden by a service provider! |
Uses of MobyJob in org.biomoby.shared.parser |
---|
Methods in org.biomoby.shared.parser that return MobyJob | |
---|---|
MobyJob |
MobyPackage.getJob(int index)
Get back a job indicated by its order number. |
MobyJob[] |
MobyPackage.getJobs()
Get back all jobs stored here. |
Methods in org.biomoby.shared.parser with parameters of type MobyJob | |
---|---|
void |
MobyPackage.addException(ServiceException error,
MobyJob job)
Add a new exception reported by this service execution. |
void |
MobyPackage.addJob(MobyJob job)
Add one job to the already stored here. |
void |
ServiceException.setJobId(MobyJob job)
Set an identifier of an offending job. |
void |
MobyPackage.setJobs(MobyJob[] jobs)
Store here all jobs. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |