public interface EjbLocalRefBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDescription(String description)  | 
InjectionTargetBean | 
createInjectionTarget()  | 
void | 
destroyInjectionTarget(InjectionTargetBean injectionTarget)  | 
String[] | 
getDescriptions()  | 
String | 
getEjbLink()  | 
String | 
getEjbRefName()  | 
String | 
getEjbRefType()  | 
String | 
getId()  | 
InjectionTargetBean[] | 
getInjectionTargets()  | 
String | 
getLocal()  | 
String | 
getLocalHome()  | 
String | 
getLookupName()  | 
String | 
getMappedName()  | 
void | 
removeDescription(String description)  | 
void | 
setDescriptions(String[] descriptionArray)  | 
void | 
setEjbLink(String ejbLink)  | 
void | 
setEjbRefName(String ejbRefName)  | 
void | 
setEjbRefType(String ejbRefType)  | 
void | 
setId(String id)  | 
void | 
setLocal(String local)  | 
void | 
setLocalHome(String localHome)  | 
void | 
setLookupName(String lookupName)  | 
void | 
setMappedName(String mappedName)  | 
String[] getDescriptions()
void addDescription(String description)
void removeDescription(String description)
void setDescriptions(String[] descriptionArray)
String getEjbRefName()
void setEjbRefName(String ejbRefName)
String getEjbRefType()
void setEjbRefType(String ejbRefType)
ejbRefType - String getLocalHome()
void setLocalHome(String localHome)
String getLocal()
void setLocal(String local)
String getEjbLink()
void setEjbLink(String ejbLink)
String getMappedName()
void setMappedName(String mappedName)
InjectionTargetBean[] getInjectionTargets()
InjectionTargetBean createInjectionTarget()
void destroyInjectionTarget(InjectionTargetBean injectionTarget)
String getLookupName()
void setLookupName(String lookupName)
String getId()
void setId(String id)