|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.objectweb.jonas.server.Bootstrap
This class load all the jars needed to start JOnAS and after this, it launch the JOnAS server (Server class).
| Constructor Summary | |
Bootstrap()
|
|
| Method Summary | |
static java.net.URL[] |
getResources(boolean defcl)
Get the list of the resources to load when launching JOnAS. |
static void |
main(java.lang.String[] args)
Server main routine (Load all the jars needed to start jonas) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Bootstrap()
| Method Detail |
public static java.net.URL[] getResources(boolean defcl)
throws java.lang.Exception
java.lang.Exception - if a resource cannot be found.public static void main(java.lang.String[] args)
args - the list of the args to give to the bootstrap class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||