| |
|
| java.lang.Object com.sun.jbi.framework.websphere.WebSphereJBIBootstrap
WebSphereJBIBootstrap | public class WebSphereJBIBootstrap (Code) | | Provides support for running JBI in WebSphere
author: Sun Microsystems, Inc. |
INSTANCE_NAME | final public static String INSTANCE_NAME(Code) | | Environment property used for instance name.
|
mStarted | public static boolean mStarted(Code) | | flag to track if the bootstrap has been called before
|
WebSphereJBIBootstrap | public WebSphereJBIBootstrap(Properties env)(Code) | | Create a new WebSphereJBIBootstrap instance with the specified environment.
Parameters: env - environment properties |
isStarted | public static boolean isStarted()(Code) | | This method is used to find out if JBIBoostrap has been started
boolean true if JBIBoostrap is started |
loadJBIFramework | void loadJBIFramework()(Code) | | Loads the JBI framework using the Java SE platform wrapper. If the
framework loads successfully, this method adds a shutdown hook to
allow for civilized clean-up when the VM terminates.
|
start | public static void start(Properties properties)(Code) | | Loads the JBI Bootstrap in WebSphere.
Parameters: properties - the properties from the servlet context |
stop | public static void stop(Properties properties)(Code) | | This method is used to stop the JBIBootstrap
Parameters: properties - tht properties from servlet context |
unloadJBIFramework | void unloadJBIFramework()(Code) | | Unloads the JBI framework using the Java SE platform wrapper. This is
always a remote call, since the framework has (presumably) been loaded
previously by another process.
|
|
|
|