| java.lang.Object com.sun.jbi.framework.JBIFramework com.sun.jbi.framework.websphere.WebSphereJBIFramework
WebSphereJBIFramework | public class WebSphereJBIFramework extends com.sun.jbi.framework.JBIFramework implements WebSphereJBIFrameworkMBean(Code) | | JBI framework wrapper for WebSphere
A JSEJBIFramework instance cannot be loaded multiple times in the same
VM. If multiple instances of the framework are required in a VM,
instantiate multiple instances of JSEJBIFramework and load each one
independently. There is no limit on the number of uniquely named
JSEJBIFramework instances in the same VM. A specific JSEJBIFramework instance
can be loaded and unloaded multiple times in a VM.
author: Sun Microsystems, Inc. |
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 *
|
WebSphereJBIFramework | public WebSphereJBIFramework(Properties environment)(Code) | | Creates a new instance of the JBI framework.
Parameters: environment - the properties from servlet context |
getMBeanServerConnection | public MBeanServerConnection getMBeanServerConnection() throws Exception(Code) | | This method returns the JMX Service URL for this server
throws: java.lang.Exception - if not able to get MBeanServerConnection MBeanServerConnection a connection to the MBeanServer |
isLoaded | public boolean isLoaded()(Code) | | Queries the state of the JBI Framework.
true if the JBI framework is loaded, false otherwise. |
load | public synchronized void load() throws Exception(Code) | | Load the JBI framework with the specified environment. When this method
retuns, all public interfaces and system services have completely
initialized. If a connector port is specified in the environment
properties, a remote JMX connector server is created.
throws: Exception - failed to load JBI framework |
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 |
|
|