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
Represents a reference address to an EJB.
- Author:
- Remy Maucherat
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDefault factory for this reference.static final StringLink address type.static final StringRemote interface classname address type.static final StringEJB type address type.Fields inherited from class javax.naming.Referenceaddrs, classFactory, classFactoryLocation, className
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.naming.AbstractRefgetFactoryClassName, toString
- 
Field Details- 
DEFAULT_FACTORYDefault factory for this reference.- See Also:
 
- 
TYPEEJB type address type.- See Also:
 
- 
REMOTERemote interface classname address type.- See Also:
 
- 
LINKLink address type.- See Also:
 
 
- 
- 
Constructor Details- 
EjbRefEJB Reference.- Parameters:
- ejbType- EJB type
- home- Home interface classname
- remote- Remote interface classname
- link- EJB link
 
- 
EjbRefpublic EjbRef(String ejbType, String home, String remote, String link, String factory, String factoryLocation) EJB Reference.- Parameters:
- ejbType- EJB type
- home- Home interface classname
- remote- Remote interface classname
- link- EJB link
- factory- 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 Details- 
getDefaultFactoryClassName- Specified by:
- getDefaultFactoryClassNamein class- AbstractRef
 
 
-