public class EjbRef extends AbstractRef
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FACTORY
Default factory for this reference.
|
static String |
LINK
Link address type.
|
static String |
REMOTE
Remote interface classname address type.
|
static String |
TYPE
EJB 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, toString
public 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 AbstractRef
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.