org.glassfish.ejb.embedded
Class EJBContainerImpl
java.lang.Object
javax.ejb.embeddable.EJBContainer
org.glassfish.ejb.embedded.EJBContainerImpl
public class EJBContainerImpl
- extends EJBContainer
GlassFish implementation of the EJBContainer.
- Author:
- Marina Vatkina
|
Method Summary |
void |
close()
Shutdown an embeddable EJBContainer instance. |
Context |
getContext()
Retrieve a naming context for looking up references to session beans
executing in the embeddable container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContext
public Context getContext()
- Retrieve a naming context for looking up references to session beans
executing in the embeddable container.
- Specified by:
getContext in class EJBContainer
- Returns:
- naming context
close
public void close()
- Shutdown an embeddable EJBContainer instance.
- Specified by:
close in class EJBContainer
Copyright © 2012 GlassFish Community. All Rights Reserved.