org.jboss.seam.persistence.util
Class EJBContextUtils

java.lang.Object
  extended by org.jboss.seam.persistence.util.EJBContextUtils

public class EJBContextUtils
extends Object

utility class to look up the EJBContext


Field Summary
static String ejbContextName
           
static String STANDARD_EJB_CONTEXT_NAME
           
 
Constructor Summary
EJBContextUtils()
           
 
Method Summary
static javax.ejb.EJBContext getEJBContext()
           
protected static String getEjbContextName()
           
protected static void setEjbContextName(String ejbContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbContextName

public static String ejbContextName

STANDARD_EJB_CONTEXT_NAME

public static final String STANDARD_EJB_CONTEXT_NAME
See Also:
Constant Field Values
Constructor Detail

EJBContextUtils

public EJBContextUtils()
Method Detail

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.