|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.descriptor.Launcher
This class provides the stuff useful to launch an application directly from a proactive descriptor XML file. be careful, your xml file must define a mainDefinition tag that contains the main class path, otherwise the application will not be launched.
Constructor Summary | |
Launcher(java.lang.String fileDescriptorPath)
Conctructor for a launcher parse a xml pad url |
Method Summary | |
void |
activate()
activate all main nodes and launch the main classes |
ProActiveDescriptor |
getProActiveDescriptor()
return the launcher's pad |
boolean |
isActivated()
return true if the launcher has ever been activated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Launcher(java.lang.String fileDescriptorPath) throws ProActiveException, NodeException
fileDescriptorPath
- the file path of the xml descriptor
java.io.IOException
ProActiveException
NodeException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
Method Detail |
public void activate() throws ProActiveException, NodeException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException
ProActiveException
NodeException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
public ProActiveDescriptor getProActiveDescriptor()
public boolean isActivated()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |