|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.cPlanner.code.generator.condor.style.Abstract
public abstract class Abstract
An abstract implementation of the CondorStyle interface. Impelements the initialization method.
| Field Summary | |
|---|---|
protected LogManager |
mLogger
A handle to the logging object. |
protected PegasusProperties |
mProps
The object holding all the properties pertaining to Pegasus. |
protected PoolInfoProvider |
mSCHandle
The handle to the Site Catalog. |
| Fields inherited from interface org.griphyn.cPlanner.code.generator.condor.CondorStyle |
|---|
VERSION |
| Constructor Summary | |
|---|---|
Abstract()
The default constructor. |
|
| Method Summary | |
|---|---|
protected String |
errorMessage(SubInfo job,
String style,
String universe)
Constructs an error message in case of style mismatch. |
void |
initialize(PegasusProperties properties,
PoolInfoProvider siteCatalog)
Initializes the Code Style implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.griphyn.cPlanner.code.generator.condor.CondorStyle |
|---|
apply |
| Field Detail |
|---|
protected PegasusProperties mProps
protected PoolInfoProvider mSCHandle
protected LogManager mLogger
| Constructor Detail |
|---|
public Abstract()
| Method Detail |
|---|
public void initialize(PegasusProperties properties,
PoolInfoProvider siteCatalog)
throws CondorStyleException
initialize in interface CondorStyleproperties - 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.
protected String errorMessage(SubInfo job,
String style,
String universe)
job - the job object.style - the name of the style.universe - the universe associated with the job.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||