org.apache.tomee.embedded
Class EmbeddedTomEEContainer

java.lang.Object
  extended by javax.ejb.embeddable.EJBContainer
      extended by org.apache.tomee.embedded.EmbeddedTomEEContainer

public class EmbeddedTomEEContainer
extends javax.ejb.embeddable.EJBContainer


Nested Class Summary
static class EmbeddedTomEEContainer.EmbeddedTomEEContainerProvider
           
 
Field Summary
static String TOMEE_EJBCONTAINER_HTTP_PORT
           
 
Fields inherited from class javax.ejb.embeddable.EJBContainer
APP_NAME, MODULES, PROVIDER
 
Method Summary
 void close()
           
 Context getContext()
           
 
Methods inherited from class javax.ejb.embeddable.EJBContainer
createEJBContainer, createEJBContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOMEE_EJBCONTAINER_HTTP_PORT

public static final String TOMEE_EJBCONTAINER_HTTP_PORT
See Also:
Constant Field Values
Method Detail

close

public void close()
Specified by:
close in class javax.ejb.embeddable.EJBContainer

getContext

public Context getContext()
Specified by:
getContext in class javax.ejb.embeddable.EJBContainer


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