org.objectweb.jonas.server |
|
Java Source File Name | Type | Comment |
Bootstrap.java | Class | This class load all the jars needed to start JOnAS and after this, it launch
the JOnAS server (Server class). |
J2EEServer.java | Class | MBean class for Server management. |
J2EEServerMBean.java | Class | MBean class for Server management. |
JavaVm.java | Class | The Java Virtual Machine used by the JOnAS server. |
JClassLoader.java | Class | This class implements a URLClassLoader, that permits to add some URLs in it. |
JFileFilter.java | Class | This class implements a FileFilter, used to list files of a directory. |
JURLs.java | Class | This implements an utility class that list the URLs of the jars to load at
the launch time of the JOnAS server. |
LoaderManager.java | Class | This class create all the ClassLoader necessary for JOnAS. |
RemoteClassLoaderSpi.java | Class | Class RemoteClassLoaderSpi is the CAROL JRMP CLass Loader SPI
for serialization performances. |
Server.java | Class | This class implements an JOnAS Server.
author: Philippe Coq author: Philippe Durieux author: Jeff Mesnil author: Regis Le Brettevillois - Libelis / JOnAS team - evidian Service as author: org.objectweb.jonas.service.Service 02/04/25 author: Sebastien Chassande-Barrioz sebastien.chassande@inrialpes.fr Monolog author: for traces author: Adriana Danes 03/01/20: -Highlight configuration properties 03/03/..: author: -Force jmx service startup -Create and register the JonAS author: configuration MBean. |
WorkManagerMBean.java | Class | |