@Module public class EJBContainerImpl extends EJBContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_FILE |
APP_NAME, MODULES, PROVIDER
Constructor and Description |
---|
EJBContainerImpl() |
EJBContainerImpl(java.lang.String name,
java.util.Map<?,?> properties) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
javax.naming.Context |
getContext() |
java.lang.String |
toString() |
createEJBContainer, createEJBContainer
public static final java.lang.String CONFIG_FILE
public EJBContainerImpl() throws EJBException
EJBException
public EJBContainerImpl(java.lang.String name, java.util.Map<?,?> properties) throws EJBException
EJBException
public javax.naming.Context getContext()
getContext
in class EJBContainer
public void close()
close
in class EJBContainer
public java.lang.String toString()
toString
in class java.lang.Object