|
||||||||||
| 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(AggregatedJob job)
Apply a style to an AggregatedJob |
void |
apply(Job job)
Apply a style to a job. |
void |
initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
throws CondorStyleException
bag - the bag of initialization objectscredentialFactory - the credential handler factory
CondorStyleFactoryException - that nests any error that
might occur during the instantiation of the implementation.
CondorStyleException
void apply(Job job)
throws CondorStyleException
job - the Job object containing the job.
CondorStyleException - in case of any error occuring code generation.
void apply(AggregatedJob job)
throws CondorStyleException
job - the AggregatedJob 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 | |||||||||