org.apache.deltaspike.cdise.openejb
Class OpenEjbContainerControl

java.lang.Object
  extended by org.apache.deltaspike.cdise.openejb.OpenEjbContainerControl
All Implemented Interfaces:
CdiContainer

public class OpenEjbContainerControl
extends Object
implements CdiContainer

OpenWebBeans specific implementation of CdiContainer.


Constructor Summary
OpenEjbContainerControl()
           
 
Method Summary
 void boot()
           
 javax.enterprise.inject.spi.BeanManager getBeanManager()
           
 ContextControl getContextControl()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEjbContainerControl

public OpenEjbContainerControl()
Method Detail

getBeanManager

public javax.enterprise.inject.spi.BeanManager getBeanManager()
Specified by:
getBeanManager in interface CdiContainer

boot

public void boot()
Specified by:
boot in interface CdiContainer

shutdown

public void shutdown()
Specified by:
shutdown in interface CdiContainer

getContextControl

public ContextControl getContextControl()
Specified by:
getContextControl in interface CdiContainer


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