com.caucho.config.types
Class EjbRefContext
java.lang.Object
com.caucho.config.types.EjbRefContext
public class EjbRefContext
- extends java.lang.Object
Configuration for the ejb-ref.
An ejb-ref is used to make an ejb available within the environment
in which the ejb-ref is declared.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getLocal
public static EjbRefContext getLocal()
createLocal
public static EjbRefContext createLocal()
findByType
public java.lang.Object findByType(java.lang.Class type)
findByBeanName
public java.lang.Object findByBeanName(java.lang.String ownerClassName,
java.lang.String fieldName,
java.lang.Class fieldType)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object