org.apache.openejb.cdi
Class StartupObject

java.lang.Object
  extended by org.apache.openejb.cdi.StartupObject

public class StartupObject
extends Object

Version:
$Rev:$ $Date:$

Constructor Summary
StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts)
           
StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts, WebContext webContext)
           
 
Method Summary
 AppContext getAppContext()
           
 AppInfo getAppInfo()
           
 List<BeanContext> getBeanContexts()
           
 ClassLoader getClassLoader()
           
 org.apache.webbeans.config.WebBeansContext getWebBeansContext()
           
 WebContext getWebContext()
           
 boolean isFromWebApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupObject

public StartupObject(AppContext appContext,
                     AppInfo appInfo,
                     List<BeanContext> beanContexts)

StartupObject

public StartupObject(AppContext appContext,
                     AppInfo appInfo,
                     List<BeanContext> beanContexts,
                     WebContext webContext)
Method Detail

getAppContext

public AppContext getAppContext()

getAppInfo

public AppInfo getAppInfo()

getBeanContexts

public List<BeanContext> getBeanContexts()

getWebContext

public WebContext getWebContext()

getWebBeansContext

public org.apache.webbeans.config.WebBeansContext getWebBeansContext()

getClassLoader

public ClassLoader getClassLoader()

isFromWebApp

public boolean isFromWebApp()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.