public class EJBLocalReferenceMetaData extends AbstractEJBReferenceMetaData
| Constructor and Description |
|---|
EJBLocalReferenceMetaData()
Create a new EJBLocalReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocal()
Get the local.
|
String |
getLocalHome()
Get the localHome.
|
String |
getLocalJndiName()
A legacy accessor that delgated to
ResourceInjectionMetaData.getMappedName() |
void |
setLocal(String local)
Set the local.
|
void |
setLocalHome(String localHome)
Set the localHome.
|
void |
setLocalJndiName(String name)
Map the legacy local-jndi-name element onto the standard mapped-name
|
String |
toString() |
getEjbRefName, getEjbRefType, getLink, getType, setEjbRefName, setEjbRefType, setLinkgetDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setNameclone, getId, setIdpublic EJBLocalReferenceMetaData()
public String getLocalHome()
public void setLocalHome(String localHome)
localHome - the localHome.IllegalArgumentException - for a null localHomepublic String getLocal()
public void setLocal(String local)
local - the local.IllegalArgumentException - for a null localpublic String getLocalJndiName()
ResourceInjectionMetaData.getMappedName()public void setLocalJndiName(String name)
name - public String toString()
toString in class NamedMetaDataCopyright © 2017 JBoss by Red Hat. All rights reserved.