| java.lang.Object com.sun.jbi.framework.JBIFramework com.sun.jbi.framework.jboss.JBossASJBIFramework
Method Summary | |
public boolean | isLoaded() Queries the state of the JBI Framework. | public void | load() This method is called by the Bootstrap to load the JBI Framework. | public synchronized void | unload() Unloads the JBI framework. |
INSTALL_ROOT | final public static String INSTALL_ROOT(Code) | | key for the install root property *
|
INSTANCE_NAME | final public static String INSTANCE_NAME(Code) | | key for the instance name property *
|
INSTANCE_ROOT | final public static String INSTANCE_ROOT(Code) | | key for the instance root property.
|
isLoaded | public boolean isLoaded()(Code) | | Queries the state of the JBI Framework.
true if the JBI framework is loaded, false otherwise. |
unload | public synchronized void unload() throws Exception(Code) | | Unloads the JBI framework. When this method retuns, all
public interfaces, system services, and JMX connector (if configured)
have been destroyed.
throws: java.lang.Exception - failed to unload JBI framework |
|
|