org.apache.naming
public class EjbRef extends Reference
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
String | getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers. |
Parameters: ejbType EJB type home Home interface classname remote Remote interface classname link EJB link
Parameters: ejbType EJB type home Home interface classname remote Remote interface classname link EJB link