|
||||||||||
| 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
org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
org.jboss.metadata.javaee.spec.ResourceReferenceMetaData
public class ResourceReferenceMetaData
ResourceReferenceMetaData.
| Constructor Summary | |
|---|---|
ResourceReferenceMetaData()
Create a new ResourceReferenceMetaData. |
|
| Method Summary | |
|---|---|
ResourceAuthorityType |
getResAuth()
Get the authority. |
String |
getResourceName()
Get the resourceName. |
String |
getResourceRefName()
Get the resourceRefName. |
ResourceSharingScopeType |
getResSharingScope()
Get the sharingScope. |
String |
getResUrl()
Get the resUrl. |
String |
getType()
Get the type. |
boolean |
isContainerAuth()
Get the containerAuth. |
boolean |
isShareable()
Get the isShareable. |
ResourceReferenceMetaData |
merge(ResourceReferenceMetaData original)
Merge some metadata |
void |
merge(ResourceReferenceMetaData override,
ResourceReferenceMetaData original)
Merge the contents of override with original into this. |
void |
setResAuth(ResourceAuthorityType authority)
Set the authority. |
void |
setResourceName(String resourceName)
Set the resourceName. |
void |
setResourceRefName(String resourceRefName)
Set the resourceRefName. |
void |
setResSharingScope(ResourceSharingScopeType sharingScope)
Set the sharingScope. |
void |
setResUrl(String resUrl)
Set the resUrl. |
void |
setType(String type)
Set the type. |
String |
toString()
|
| Methods inherited from class org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions |
|---|
getDescriptions, merge, setDescriptions |
| Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData |
|---|
getIgnoreDependency, getInjectionTargets, getJndiName, getMappedName, getResolvedJndiName, isDependencyIgnored, merge, setIgnoreDependency, setInjectionTargets, setJndiName, setMappedName, setResolvedJndiName |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
|---|
equals, getKey, getName, hashCode, merge, setName |
| 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 |
| Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
|---|
getKey |
| Constructor Detail |
|---|
public ResourceReferenceMetaData()
| Method Detail |
|---|
public String getResourceRefName()
public void setResourceRefName(String resourceRefName)
resourceRefName - the resourceRefName.
IllegalArgumentException - for a null resourceRefNamepublic String getType()
public void setType(String type)
type - the type.
IllegalArgumentException - for a null typepublic ResourceAuthorityType getResAuth()
public void setResAuth(ResourceAuthorityType authority)
authority - the authority.
IllegalArgumentException - for a null authoritypublic boolean isContainerAuth()
public ResourceSharingScopeType getResSharingScope()
public void setResSharingScope(ResourceSharingScopeType sharingScope)
sharingScope - the sharingScope.
IllegalArgumentException - for a null sharingScopepublic boolean isShareable()
public ResourceReferenceMetaData merge(ResourceReferenceMetaData original)
MergeableMetaData
merge in interface MergeableMetaData<ResourceReferenceMetaData>original - the original
public void merge(ResourceReferenceMetaData override,
ResourceReferenceMetaData original)
override - data which overrides originaloriginal - the original datapublic String getResourceName()
public void setResourceName(String resourceName)
resourceName - the resourceName.
IllegalArgumentException - for a null resourceNamepublic String getResUrl()
public void setResUrl(String resUrl)
resUrl - the resUrl.
IllegalArgumentException - for a null resUrlpublic String toString()
toString in class NamedMetaData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||