|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SoftwareDescription | |
|---|---|
| org.gridlab.gat.resources | This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. |
| Uses of SoftwareDescription in org.gridlab.gat.resources |
|---|
| Subclasses of SoftwareDescription in org.gridlab.gat.resources | |
|---|---|
class |
JavaSoftwareDescription
An instance of this class is a description of a piece of java software (component) which is to be submitted as a job. |
class |
WrapperSoftwareDescription
An instance of this class is a description of a piece of java software (component) which is to be submitted as a wrapper job. |
| Methods in org.gridlab.gat.resources that return SoftwareDescription | |
|---|---|
SoftwareDescription |
JobDescription.getSoftwareDescription()
Returns the SoftwareDescription associated with this
JobDescription. |
| Methods in org.gridlab.gat.resources with parameters of type SoftwareDescription | |
|---|---|
void |
JobDescription.setSoftwareDescription(SoftwareDescription softwareDescription)
Set the SoftwareDescription associated with this
JobDescription. |
| Constructors in org.gridlab.gat.resources with parameters of type SoftwareDescription | |
|---|---|
JobDescription(SoftwareDescription softwareDescription)
Create a job description with no resource description. |
|
JobDescription(SoftwareDescription softwareDescription,
Resource resource)
Create a JobDescription out of a SoftwareDescription and
a Resource. |
|
JobDescription(SoftwareDescription softwareDescription,
ResourceDescription resourceDescription)
Create a JobDescription out of a SoftwareDescription and
a ResourceDescription. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||