Package org.apache.naming
Class EjbRef
- java.lang.Object
-
- javax.naming.Reference
-
- org.apache.naming.AbstractRef
-
- org.apache.naming.EjbRef
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class EjbRef extends AbstractRef
Represents a reference address to an EJB.- Author:
- Remy Maucherat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDefaultFactoryClassName()
-
Methods inherited from class org.apache.naming.AbstractRef
getFactoryClassName, toString
-
-
-
-
Field Detail
-
DEFAULT_FACTORY
public static final String DEFAULT_FACTORY
Default factory for this reference.- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
EJB type address type.- See Also:
- Constant Field Values
-
REMOTE
public static final String REMOTE
Remote interface classname address type.- See Also:
- Constant Field Values
-
LINK
public static final String LINK
Link address type.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EjbRef
public EjbRef(String ejbType, String home, String remote, String link)
EJB Reference.- Parameters:
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB link
-
EjbRef
public EjbRef(String ejbType, String home, String remote, String link, String factory, String factoryLocation)
EJB Reference.- Parameters:
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)
-
-
Method Detail
-
getDefaultFactoryClassName
protected String getDefaultFactoryClassName()
- Specified by:
getDefaultFactoryClassName
in classAbstractRef
-
-