| java.lang.Object javax.naming.Reference org.apache.naming.EjbRef
EjbRef | public class EjbRef extends Reference (Code) | | Represents a reference address to an EJB.
author: Remy Maucherat version: $Revision: 1.2 $ $Date: 2001/03/22 17:20:04 $ |
Field Summary | |
final public static String | DEFAULT_FACTORY Default factory for this reference. | final public static String | LINK Link address type. | final public static String | REMOTE Remote interface classname address type. | final public static String | TYPE EJB type address type. |
Method Summary | |
public String | getFactoryClassName() Retrieves the class name of the factory of the object to which this
reference refers. |
DEFAULT_FACTORY | final public static String DEFAULT_FACTORY(Code) | | Default factory for this reference.
|
LINK | final public static String LINK(Code) | | Link address type.
|
REMOTE | final public static String REMOTE(Code) | | Remote interface classname address type.
|
TYPE | final public static String TYPE(Code) | | EJB type address type.
|
EjbRef | public EjbRef(String ejbType, String home, String remote, String link)(Code) | | EJB Reference.
Parameters: ejbType - EJB type Parameters: home - Home interface classname Parameters: remote - Remote interface classname Parameters: link - EJB link |
EjbRef | public EjbRef(String ejbType, String home, String remote, String link, String factory, String factoryLocation)(Code) | | EJB Reference.
Parameters: ejbType - EJB type Parameters: home - Home interface classname Parameters: remote - Remote interface classname Parameters: link - EJB link |
getFactoryClassName | public String getFactoryClassName()(Code) | | Retrieves the class name of the factory of the object to which this
reference refers.
|
|
|