org.apache.naming
Class EjbRef
public class EjbRef
extends Reference
Represents a reference address to an EJB.
Version:
- Remy Maucherat
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.
|
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.
|
String | getFactoryClassName() - Retrieves the class name of the factory of the object to which this
reference refers.
|
DEFAULT_FACTORY
public static final String DEFAULT_FACTORY
Default factory for this reference.
LINK
public static final String LINK
Link address type.
REMOTE
public static final String REMOTE
Remote interface classname address type.
TYPE
public static final String TYPE
EJB type address type.
EjbRef
public EjbRef(String ejbType,
String home,
String remote,
String link)
EJB Reference.
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.
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB link
getFactoryClassName
public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.