|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CondorStyle
An interface to allow us to apply different execution styles to a job via Condor DAGMAN. Some of the common styles supported are - CondorG - Condor - Condor GlideIn
| Field Summary | |
|---|---|
static String |
VERSION
The version number associated with this API of Code Generator. |
| Method Summary | |
|---|---|
void |
apply(SubInfo job)
Apply a style to a job. |
void |
initialize(PegasusProperties properties,
PoolInfoProvider siteCatalog)
Initializes the Condor Style implementation. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(PegasusProperties properties,
PoolInfoProvider siteCatalog)
throws CondorStyleException
properties - the PegasusProperties object containing all
the properties required by Pegasus.siteCatalog - a handle to the Site Catalog being used.
CondorStyleException - in case of any error occuring code generation.
void apply(SubInfo job)
throws CondorStyleException
job - the SubInfo object containing the job.
CondorStyleException - in case of any error occuring code generation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||