|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceRefType<T>
This interface defines the contract for the resource-refType
xsd type
Original Documentation:
The resource-ref element gives a mapping between the "code name" of a
resource (res-ref-name, provided by the Bean Developer) and its "xml name" (resource-name,
provided by the Application Assembler). If no resource-ref is provided, jboss will assume
that "xml-name" = "code name" See resource-managers.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<InjectionTargetType<ResourceRefType<T>>> |
getInjectionTargetList()
Returns all injection-target elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
ResAuthType |
getResAuth()
Returns the res-auth element |
java.lang.String |
getResAuthAsString()
Returns the res-auth element |
java.lang.String |
getResourceName()
Returns the resource-name element |
java.lang.String |
getResRefName()
Returns the res-ref-name element |
ResSharingScopeType |
getResSharingScope()
Returns the res-sharing-scope element |
java.lang.String |
getResSharingScopeAsString()
Returns the res-sharing-scope element |
java.lang.String |
getResType()
Returns the res-type element |
java.lang.String |
getResUrl()
Returns the res-url element |
ResourceRefType<T> |
ignoreDependency()
|
InjectionTargetType<ResourceRefType<T>> |
injectionTarget()
Returns the injection-target element |
java.lang.Boolean |
isIgnoreDependency()
|
ResourceRefType<T> |
removeAllDescription()
Removes the description element |
ResourceRefType<T> |
removeAllInjectionTarget()
Removes all injection-target elements |
ResourceRefType<T> |
removeJndiName()
Removes the jndi-name element |
ResourceRefType<T> |
removeMappedName()
Removes the mapped-name element |
ResourceRefType<T> |
removeResourceName()
Removes the resource-name element |
ResourceRefType<T> |
removeResRefName()
Removes the res-ref-name element |
ResourceRefType<T> |
removeResType()
Removes the res-type element |
ResourceRefType<T> |
removeResUrl()
Removes the res-url element |
ResourceRefType<T> |
setDescription(java.lang.String description)
Creates a new description element |
ResourceRefType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceRefType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
ResourceRefType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
ResourceRefType<T> |
setResAuth(ResAuthType resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
setResAuth(java.lang.String resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
setResourceName(java.lang.String resourceName)
If not already created, a new resource-name element with the given value will be created. |
ResourceRefType<T> |
setResRefName(java.lang.String resRefName)
If not already created, a new res-ref-name element with the given value will be created. |
ResourceRefType<T> |
setResSharingScope(ResSharingScopeType resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
setResSharingScope(java.lang.String resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
setResType(java.lang.String resType)
If not already created, a new res-type element with the given value will be created. |
ResourceRefType<T> |
setResUrl(java.lang.String resUrl)
If not already created, a new res-url element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ResourceRefType<T> setDescription(java.lang.String description)
description
element
ResourceRefType
ResourceRefType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
ResourceRefType
ResourceRefType<T> removeAllDescription()
description
element
ResourceRefType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
ResourceRefType<T> setResRefName(java.lang.String resRefName)
res-ref-name
element with the given value will be created.
Otherwise, the existing res-ref-name
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeResRefName()
res-ref-name
element
ResourceRefType
java.lang.String getResRefName()
res-ref-name
element
res-ref-name
ResourceRefType<T> setResType(java.lang.String resType)
res-type
element with the given value will be created.
Otherwise, the existing res-type
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeResType()
res-type
element
ResourceRefType
java.lang.String getResType()
res-type
element
res-type
ResourceRefType<T> setResAuth(ResAuthType resAuth)
res-auth
element with the given value will be created.
Otherwise, the existing res-auth
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> setResAuth(java.lang.String resAuth)
res-auth
element with the given value will be created.
Otherwise, the existing res-auth
element will be updated with the given value.
ResourceRefType
ResAuthType getResAuth()
res-auth
element
res-auth
java.lang.String getResAuthAsString()
res-auth
element
res-auth
ResourceRefType<T> setResSharingScope(ResSharingScopeType resSharingScope)
res-sharing-scope
element with the given value will be created.
Otherwise, the existing res-sharing-scope
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> setResSharingScope(java.lang.String resSharingScope)
res-sharing-scope
element with the given value will be created.
Otherwise, the existing res-sharing-scope
element will be updated with the given value.
ResourceRefType
ResSharingScopeType getResSharingScope()
res-sharing-scope
element
res-sharing-scope
java.lang.String getResSharingScopeAsString()
res-sharing-scope
element
res-sharing-scope
ResourceRefType<T> removeAllInjectionTarget()
injection-target
elements
ResourceRefType
InjectionTargetType<ResourceRefType<T>> injectionTarget()
injection-target
element
injection-target
java.util.List<InjectionTargetType<ResourceRefType<T>>> getInjectionTargetList()
injection-target
elements
injection-target
ResourceRefType<T> ignoreDependency()
java.lang.Boolean isIgnoreDependency()
ResourceRefType<T> setResourceName(java.lang.String resourceName)
resource-name
element with the given value will be created.
Otherwise, the existing resource-name
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeResourceName()
resource-name
element
ResourceRefType
java.lang.String getResourceName()
resource-name
element
resource-name
ResourceRefType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeJndiName()
jndi-name
element
ResourceRefType
java.lang.String getJndiName()
jndi-name
element
jndi-name
ResourceRefType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeMappedName()
mapped-name
element
ResourceRefType
java.lang.String getMappedName()
mapped-name
element
mapped-name
ResourceRefType<T> setResUrl(java.lang.String resUrl)
res-url
element with the given value will be created.
Otherwise, the existing res-url
element will be updated with the given value.
ResourceRefType
ResourceRefType<T> removeResUrl()
res-url
element
ResourceRefType
java.lang.String getResUrl()
res-url
element
res-url
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |