java.io.Serializable, IdMetaData, MappableMetaDatapublic class EJBLocalReferenceMetaData extends AbstractEJBReferenceMetaData
| Constructor | Description |
|---|---|
EJBLocalReferenceMetaData() |
Create a new EJBLocalReferenceMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLocal() |
Get the local.
|
java.lang.String |
getLocalHome() |
Get the localHome.
|
java.lang.String |
getLocalJndiName() |
A legacy accessor that delgated to
ResourceInjectionMetaData.getMappedName() |
void |
setLocal(java.lang.String local) |
Set the local.
|
void |
setLocalHome(java.lang.String localHome) |
Set the localHome.
|
void |
setLocalJndiName(java.lang.String name) |
Map the legacy local-jndi-name element onto the standard mapped-name
|
java.lang.String |
toString() |
getEjbRefName, getEjbRefType, getLink, getType, setEjbRefName, setEjbRefType, setLinkclone, getId, setIdequals, getKey, hashCode, setNamefinalize, getClass, notify, notifyAll, wait, wait, waitgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNamegetDescriptions, setDescriptionspublic EJBLocalReferenceMetaData()
public java.lang.String getLocalHome()
public void setLocalHome(java.lang.String localHome)
localHome - the localHome.java.lang.IllegalArgumentException - for a null localHomepublic java.lang.String getLocal()
public void setLocal(java.lang.String local)
local - the local.java.lang.IllegalArgumentException - for a null localpublic java.lang.String getLocalJndiName()
ResourceInjectionMetaData.getMappedName()public void setLocalJndiName(java.lang.String name)
name - public java.lang.String toString()
toString in class NamedMetaDataCopyright © 2018 JBoss by Red Hat. All rights reserved.