|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbRefType | |
---|---|
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 EjbRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbRefType | |
---|---|
EjbRefType<InterceptorType<T>> |
InterceptorType.ejbRef()
Returns the ejb-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ejbRef()
Returns the ejb-ref element |
EjbRefType<SessionBeanType<T>> |
SessionBeanType.ejbRef()
Returns the ejb-ref element |
EjbRefType<EntityBeanType<T>> |
EntityBeanType.ejbRef()
Returns the ejb-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EjbRefType | |
---|---|
java.util.List<EjbRefType<InterceptorType<T>>> |
InterceptorType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<SessionBeanType<T>>> |
SessionBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<EntityBeanType<T>>> |
EntityBeanType.getEjbRefList()
Returns all ejb-ref elements |
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.api.javaee5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return EjbRefType | |
---|---|
EjbRefType<T> |
EjbRefType.removeAllDescription()
Removes the description element |
EjbRefType<T> |
EjbRefType.removeAllInjectionTarget()
Removes all injection-target elements |
EjbRefType<T> |
EjbRefType.removeEjbLink()
Removes the ejb-link element |
EjbRefType<T> |
EjbRefType.removeEjbRefName()
Removes the ejb-ref-name element |
EjbRefType<T> |
EjbRefType.removeHome()
Removes the home element |
EjbRefType<T> |
EjbRefType.removeMappedName()
Removes the mapped-name element |
EjbRefType<T> |
EjbRefType.removeRemote()
Removes the remote element |
EjbRefType<T> |
EjbRefType.setDescription(java.lang.String description)
Creates a new description element |
EjbRefType<T> |
EjbRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbRefType<T> |
EjbRefType.setEjbLink(java.lang.String ejbLink)
If not already created, a new ejb-link element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setEjbRefName(java.lang.String ejbRefName)
If not already created, a new ejb-ref-name element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setEjbRefType(EjbRefTypeType ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setEjbRefType(java.lang.String ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setHome(java.lang.String home)
If not already created, a new home element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
EjbRefType<T> |
EjbRefType.setRemote(java.lang.String remote)
If not already created, a new remote element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type EjbRefType | |
---|---|
java.util.List<InjectionTargetType<EjbRefType<T>>> |
EjbRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<EjbRefType<T>> |
EjbRefType.injectionTarget()
Returns the injection-target element |
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbRefType | |
---|---|
EjbRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
EjbRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
EjbRefType<InterceptorType<T>> |
InterceptorTypeImpl.ejbRef()
Returns the ejb-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbRefType | |
---|---|
java.util.List<EjbRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EjbRefType<InterceptorType<T>>> |
InterceptorTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.javaee5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return EjbRefType | |
---|---|
EjbRefType<T> |
EjbRefTypeImpl.removeAllDescription()
Removes the description element |
EjbRefType<T> |
EjbRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
EjbRefType<T> |
EjbRefTypeImpl.removeEjbLink()
Removes the ejb-link element |
EjbRefType<T> |
EjbRefTypeImpl.removeEjbRefName()
Removes the ejb-ref-name element |
EjbRefType<T> |
EjbRefTypeImpl.removeHome()
Removes the home element |
EjbRefType<T> |
EjbRefTypeImpl.removeMappedName()
Removes the mapped-name element |
EjbRefType<T> |
EjbRefTypeImpl.removeRemote()
Removes the remote element |
EjbRefType<T> |
EjbRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
EjbRefType<T> |
EjbRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbRefType<T> |
EjbRefTypeImpl.setEjbLink(java.lang.String ejbLink)
If not already created, a new ejb-link element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setEjbRefName(java.lang.String ejbRefName)
If not already created, a new ejb-ref-name element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setEjbRefType(java.lang.String ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setHome(java.lang.String home)
If not already created, a new home element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
EjbRefType<T> |
EjbRefTypeImpl.setRemote(java.lang.String remote)
If not already created, a new remote element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type EjbRefType | |
---|---|
java.util.List<InjectionTargetType<EjbRefType<T>>> |
EjbRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<EjbRefType<T>> |
EjbRefTypeImpl.injectionTarget()
Returns the injection-target element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |