public abstract class ResourceInjectionMetaData extends NamedMetaData
| Constructor and Description |
|---|
ResourceInjectionMetaData()
Create a new ResourceInjectionMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
EmptyMetaData |
getIgnoreDependency()
Get the ignoreDependency.
|
Set<ResourceInjectionTargetMetaData> |
getInjectionTargets()
Get the injectionTargets.
|
String |
getJndiName()
Get the jndiName.
|
String |
getLookupName()
The JNDI name to be looked up to resolve a resource reference.
|
String |
getMappedName()
Get the mappedName.
|
String |
getName()
Get the name.
|
String |
getResolvedJndiName()
An unmanaged runtime jndi name for the resource.
|
boolean |
isDependencyIgnored()
Get whether the dependency is ignored
|
void |
setIgnoreDependency(EmptyMetaData ignoreDependency)
Set the ignoreDependency.
|
void |
setInjectionTargets(Set<ResourceInjectionTargetMetaData> injectionTargets)
Set the injectionTargets.
|
void |
setJndiName(String jndiName)
Set the jndiName.
|
void |
setLookupName(String lookupName) |
void |
setMappedName(String mappedName)
Set the mappedName.
|
void |
setResolvedJndiName(String resolvedJndiName) |
equals, getKey, hashCode, setName, toStringclone, getId, setIdpublic ResourceInjectionMetaData()
public String getName()
NamedMetaDatagetName in class NamedMetaDatapublic String getJndiName()
public void setJndiName(String jndiName)
jndiName - the jndiName.IllegalArgumentException - for a null jndiNamepublic String getLookupName()
public void setLookupName(String lookupName)
public String getMappedName()
public void setMappedName(String mappedName)
mappedName - the mappedName.IllegalArgumentException - for a null mappedNamepublic String getResolvedJndiName()
public void setResolvedJndiName(String resolvedJndiName)
public Set<ResourceInjectionTargetMetaData> getInjectionTargets()
public void setInjectionTargets(Set<ResourceInjectionTargetMetaData> injectionTargets)
injectionTargets - the injectionTargets.IllegalArgumentException - for a null injectionTargetspublic EmptyMetaData getIgnoreDependency()
public void setIgnoreDependency(EmptyMetaData ignoreDependency)
ignoreDependency - the ignoreDependency.IllegalArgumentException - for a null ignoreDependencypublic boolean isDependencyIgnored()
Copyright © 2017 JBoss by Red Hat. All rights reserved.