|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceEnvRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee5 | Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee5 | Provides the implementation classes as defined in the schema javaee_5.xsd |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<InterceptorType<T>> |
InterceptorType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanType.resourceEnvRef()
Returns the resource-env-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ResourceEnvRefType | |
---|---|
java.util.List<ResourceEnvRefType<InterceptorType<T>>> |
InterceptorType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> |
SessionBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<EntityBeanType<T>>> |
EntityBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.javaee5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllDescription()
Removes the description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllInjectionTarget()
Removes all injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeMappedName()
Removes the mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefName()
Removes the resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefType()
Removes the resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefType.setDescription(java.lang.String description)
Creates a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
ResourceEnvRefType<T> |
ResourceEnvRefType.setResourceEnvRefName(java.lang.String resourceEnvRefName)
If not already created, a new resource-env-ref-name element with the given value will be created. |
ResourceEnvRefType<T> |
ResourceEnvRefType.setResourceEnvRefType(java.lang.String resourceEnvRefType)
If not already created, a new resource-env-ref-type element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type ResourceEnvRefType | |
---|---|
java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.injectionTarget()
Returns the injection-target element |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceEnvRefType<InterceptorType<T>> |
InterceptorTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type ResourceEnvRefType | |
---|---|
java.util.List<ResourceEnvRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceEnvRefType<InterceptorType<T>>> |
InterceptorTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.javaee5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeAllDescription()
Removes the description element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeMappedName()
Removes the mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeResourceEnvRefName()
Removes the resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeResourceEnvRefType()
Removes the resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.setResourceEnvRefName(java.lang.String resourceEnvRefName)
If not already created, a new resource-env-ref-name element with the given value will be created. |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.setResourceEnvRefType(java.lang.String resourceEnvRefType)
If not already created, a new resource-env-ref-type element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type ResourceEnvRefType | |
---|---|
java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefTypeImpl.injectionTarget()
Returns the injection-target element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |