Package org.apache.openejb.jee
Interface EjbReference
-
- All Superinterfaces:
Injectable,JndiReference,Keyable<String>
- All Known Implementing Classes:
EjbLocalRef,EjbRef
public interface EjbReference extends JndiReference
- Version:
- $Rev$ $Date$
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEjbReference.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Text[]getDescriptions()StringgetEjbLink()EjbRefTypegetEjbRefType()StringgetHome()StringgetInterface()EjbReference.TypegetRefType()voidsetRefType(EjbReference.Type refType)-
Methods inherited from interface org.apache.openejb.jee.Injectable
getInjectionTarget
-
Methods inherited from interface org.apache.openejb.jee.JndiReference
getLookupName, getMappedName, getName, getType, setLookupName, setMappedName, setName, setType
-
-
-
-
Method Detail
-
getRefType
EjbReference.Type getRefType()
-
setRefType
void setRefType(EjbReference.Type refType)
-
getHome
String getHome()
-
getInterface
String getInterface()
-
getEjbRefType
EjbRefType getEjbRefType()
-
getEjbLink
String getEjbLink()
-
getDescriptions
Text[] getDescriptions()
-
-