| |
|
| java.lang.Object com.sun.jbi.framework.jboss.JBossJBIBootstrap
JBossJBIBootstrap | public class JBossJBIBootstrap implements JBossJBIBootstrapMBean(Code) | | This is the bootstrap class for the JBI runtime framework. It implements the
JBoss App Server Service interface and is responsible
for creating the class loader hierarchy required by the JBI runtime.
author: Sun Microsystems Inc. |
Method Summary | |
public void | create() Called by the JBoss App server at the deployment time of the sar file. | public void | destroy() | void | loadJBIFramework() Loads the JBI framework. | public void | start() | public void | stop() |
create | public void create()(Code) | | Called by the JBoss App server at the deployment time of the sar file. This will
create the JBI Framework.
|
destroy | public void destroy()(Code) | | |
loadJBIFramework | void loadJBIFramework()(Code) | | Loads the JBI framework.
|
start | public void start()(Code) | | |
|
|
|