public abstract class AbstractEJBReferenceMetaData extends ResourceInjectionMetaDataWithDescriptions
| Constructor and Description |
|---|
AbstractEJBReferenceMetaData()
Create a new EJBReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbRefName()
Get the ejbRefName.
|
EJBReferenceType |
getEjbRefType()
Get the type.
|
String |
getLink()
Get the link.
|
String |
getType()
Get the type.
|
void |
setEjbRefName(String ejbRefName)
Set the ejbRefName.
|
void |
setEjbRefType(EJBReferenceType type)
Set the type.
|
void |
setLink(String link)
Set the link.
|
getDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setName, toStringclone, getId, setIdpublic AbstractEJBReferenceMetaData()
public String getEjbRefName()
public void setEjbRefName(String ejbRefName)
ejbRefName - the ejbRefName.IllegalArgumentException - for a null ejbRefNamepublic EJBReferenceType getEjbRefType()
public void setEjbRefType(EJBReferenceType type)
type - the type.IllegalArgumentException - for a null typepublic String getType()
public String getLink()
public void setLink(String link)
link - the link.IllegalArgumentException - for a null linkCopyright © 2017 JBoss by Red Hat. All rights reserved.