|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
public abstract class ResourceInjectionMetaData
ResourceInjectionMetaData.
Constructor Summary | |
---|---|
ResourceInjectionMetaData()
Create a new ResourceInjectionMetaData. |
Method Summary | |
---|---|
EmptyMetaData |
getIgnoreDependency()
Get the ignoreDependency. |
Set<ResourceInjectionTargetMetaData> |
getInjectionTargets()
Get the injectionTargets. |
String |
getJndiName()
Get the jndiName. |
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 |
merge(ResourceInjectionMetaData override,
ResourceInjectionMetaData original)
Merge the contents of override with original into this. |
void |
setIgnoreDependency(EmptyMetaData ignoreDependency)
Set the ignoreDependency. |
void |
setInjectionTargets(Set<ResourceInjectionTargetMetaData> injectionTargets)
Set the injectionTargets. |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setMappedName(String mappedName)
Set the mappedName. |
void |
setResolvedJndiName(String resolvedJndiName)
|
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, hashCode, merge, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceInjectionMetaData()
Method Detail |
---|
public String getName()
NamedMetaData
getName
in class NamedMetaData
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- the jndiName.
IllegalArgumentException
- for a null jndiNamepublic 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()
public void merge(ResourceInjectionMetaData override, ResourceInjectionMetaData original)
override
- data which overrides originaloriginal
- the original data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |