|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Constructor Summary | |
UnicoreProActiveClient(UnicoreParameters uParam)
|
Method Summary | |
void |
build()
After the parameters have been set through UnicoreParameters uParam, this methods builds the parameteres into the unicore client library. |
static void |
main(java.lang.String[] args)
Direct usage of client is discouraged. |
static UnicoreParameters |
parseArgs(java.lang.String[] args)
|
void |
saveJob()
Saves the current Job to disc. |
void |
setScriptContent(java.lang.String scriptContent)
Before calling the build() method, this function sets the desired script content to be executed on the unicore server. |
void |
submitJob()
Submits the current Job to the Unicore Server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnicoreProActiveClient(UnicoreParameters uParam)
Method Detail |
public void setScriptContent(java.lang.String scriptContent)
scriptContent
- Contains the desired script to be executed on the remote
Unicore server.public void build()
public void submitJob()
public void saveJob()
public static void main(java.lang.String[] args)
public static UnicoreParameters parseArgs(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |