public class ResourceReferenceMetaData extends ResourceInjectionMetaDataWithDescriptions
| Constructor and Description |
|---|
ResourceReferenceMetaData()
Create a new ResourceReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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() |
getDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setNameclone, getId, setIdpublic ResourceReferenceMetaData()
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 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 NamedMetaDataCopyright © 2017 JBoss by Red Hat. All rights reserved.