|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.naming.Reference org.apache.naming.EjbRef
public class EjbRef
Represents a reference address to an EJB.
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. |
Fields inherited from class javax.naming.Reference |
---|
addrs, classFactory, classFactoryLocation, className |
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. |
Methods inherited from class javax.naming.Reference |
---|
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_FACTORY
public static final String TYPE
public static final String REMOTE
public static final String LINK
Constructor Detail |
---|
public EjbRef(String ejbType, String home, String remote, String link)
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB linkpublic EjbRef(String ejbType, String home, String remote, String link, String factory, String factoryLocation)
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB linkMethod Detail |
---|
public String getFactoryClassName()
getFactoryClassName
in class Reference
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |