|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.tools.Boot.ApplicationBoot
Represents an application that can be booted.
| Field Summary | |
String |
applicationClass
The applications class that will be executed. |
LinkedList |
args
The aruments that will appsed to the application. |
protected Thread |
bootThread
|
protected URLClassLoader |
classloader
|
LinkedList |
classpath
LinkedList of URL that will be used to load the application's classes and resources |
| Constructor Summary | |
Boot.ApplicationBoot()
|
|
| Method Summary | |
void |
boot()
This is what actually loads the application classes and invokes the main method. |
void |
run()
This is what actually loads the application classes and invokes the main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public LinkedList classpath
public String applicationClass
public LinkedList args
protected URLClassLoader classloader
protected Thread bootThread
| Constructor Detail |
public Boot.ApplicationBoot()
| Method Detail |
public void run()
run in interface Runnable
public void boot()
throws ClassNotFoundException,
NoSuchMethodException,
IllegalAccessException,
InvocationTargetException
ClassNotFoundException
NoSuchMethodException
IllegalAccessException
InvocationTargetException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||