com.caucho.ejb.embeddable
Class EJBContainerImpl
java.lang.Object
javax.ejb.embeddable.EJBContainer
com.caucho.ejb.embeddable.EJBContainerImpl
@Module
public class EJBContainerImpl
- extends EJBContainer
Interface for the EJBClient.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIG_FILE
public static final java.lang.String CONFIG_FILE
- See Also:
- Constant Field Values
EJBContainerImpl
public EJBContainerImpl()
throws EJBException
- Throws:
EJBException
EJBContainerImpl
public EJBContainerImpl(java.lang.String name,
java.util.Map<?,?> properties)
throws EJBException
- Throws:
EJBException
getContext
public javax.naming.Context getContext()
- Specified by:
getContext
in class EJBContainer
close
public void close()
- Specified by:
close
in class EJBContainer
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object