org.jboss.seam.persistence.util
Class EJBContextUtils
java.lang.Object
org.jboss.seam.persistence.util.EJBContextUtils
public class EJBContextUtils
- extends Object
utility class to look up the EJBContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbContextName
public static String ejbContextName
STANDARD_EJB_CONTEXT_NAME
public static final String STANDARD_EJB_CONTEXT_NAME
- See Also:
- Constant Field Values
EJBContextUtils
public EJBContextUtils()
getEJBContext
public static javax.ejb.EJBContext getEJBContext()
throws NamingException
- Throws:
NamingException
getEjbContextName
protected static String getEjbContextName()
setEjbContextName
protected static void setEjbContextName(String ejbContextName)
Copyright © 2011 Seam Framework. All Rights Reserved.