|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Implementation
The interface that defines how the create dir job is created.
| Field Summary | |
|---|---|
static String |
VERSION
The version number associated with this API. |
| Method Summary | |
|---|---|
void |
initialize(PegasusBag bag)
Intializes the class. |
Job |
makeCreateDirJob(String site,
String name,
String directoryURL)
It creates a make directory job that creates a directory on the remote pool using the perl executable that Gaurang wrote. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(PegasusBag bag)
bag - bag of initialization objects
Job makeCreateDirJob(String site,
String name,
String directoryURL)
site - the execution site for which the create dir job is to be
created.name - the name that is to be assigned to the job.directoryURL - the externally accessible URL to the directory that is
created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||