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, setLink
getDescriptions, setDescriptions
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
equals, getKey, hashCode, setName
clone, getId, setId
public 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 NamedMetaData
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.