|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
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 |
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)
|
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, hashCode, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, 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 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()
|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |