public class EjbRef extends AbstractRef
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_FACTORYDefault factory for this reference. | 
| static String | LINKLink address type. | 
| static String | REMOTERemote interface classname address type. | 
| static String | TYPEEJB type address type. | 
addrs, classFactory, classFactoryLocation, className| Constructor and Description | 
|---|
| EjbRef(String ejbType,
      String home,
      String remote,
      String link)EJB Reference. | 
| EjbRef(String ejbType,
      String home,
      String remote,
      String link,
      String factory,
      String factoryLocation)EJB Reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getDefaultFactoryClassName() | 
getFactoryClassName, toStringpublic static final String DEFAULT_FACTORY
public static final String TYPE
public static final String REMOTE
public static final String LINK
public EjbRef(String ejbType, String home, String remote, String link)
ejbType - EJB typehome - Home interface classnameremote - Remote interface classnamelink - EJB linkpublic EjbRef(String ejbType, String home, String remote, String link, String factory, String factoryLocation)
ejbType - EJB typehome - Home interface classnameremote - Remote interface classnamelink - EJB linkfactory - The possibly null class name of the object's factory.factoryLocation - The possibly null location from which to load
                          the factory (e.g. URL)protected String getDefaultFactoryClassName()
getDefaultFactoryClassName in class AbstractRefCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.