com.ibm.websphere.models.config.init.wbi
Class WBIConfigInit

java.lang.Object
  extended by com.ibm.websphere.models.config.init.wbi.WBIConfigInit

public class WBIConfigInit
extends java.lang.Object

This class is used to initialize all of the Packages of the WebSphere WBI Configuration Models, including application deployment, server, ND, and resource configuration packages, and it ensures that initialization occurs for the packages of the WBI archive deployment descriptor packages, as well as for the packages of the Base WebSphere Configuration and any packages of the J2EE models and Common Archive model which may be used with it. See XDConfigInit for XD-specific initialization.


Field Summary
protected static boolean configInitInitialized
           
protected static boolean initialized
           
protected static boolean plugin_initialized
           
 
Constructor Summary
WBIConfigInit()
           
 
Method Summary
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialized

protected static boolean initialized

plugin_initialized

protected static boolean plugin_initialized

configInitInitialized

protected static boolean configInitInitialized
Constructor Detail

WBIConfigInit

public WBIConfigInit()
Method Detail

init

public static void init()