Uses of Class
org.sape.carbon.core.bootstrap.BootStrapperStateEnum

Packages that use BootStrapperStateEnum
org.sape.carbon.core.bootstrap   
 

Uses of BootStrapperStateEnum in org.sape.carbon.core.bootstrap
 

Fields in org.sape.carbon.core.bootstrap declared as BootStrapperStateEnum
static BootStrapperStateEnum BootStrapperStateEnum.LOADED
          State of the BootStrapper when it has been loaded
static BootStrapperStateEnum BootStrapperStateEnum.NOT_LOADED
          State of the BootStrapper before it has been loaded
private  BootStrapperStateEnum BootStrapper.state
          Attribute to hold the state of the Carbon Core (is it loaded or not).
 

Methods in org.sape.carbon.core.bootstrap that return BootStrapperStateEnum
static BootStrapperStateEnum BootStrapperStateEnum.getByName(String name)
           
static BootStrapperStateEnum BootStrapperStateEnum.getByOrdinal(int ordinal)
           
 BootStrapperStateEnum BootStrapper.getState()
          Gets the state of BootStrapper.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.