|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbLocalRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<ApplicationType<T>> |
ApplicationType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<Application6Descriptor> |
Application6Descriptor.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<ApplicationType<T>>> |
ApplicationType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<Application6Descriptor>> |
Application6Descriptor.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<InterceptorType<T>> |
InterceptorType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<InterceptorType<T>>> |
InterceptorType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<SessionBeanType<T>>> |
SessionBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<EntityBeanType<T>>> |
EntityBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<T> |
EjbLocalRefType.removeAllDescription()
Removes the description element |
EjbLocalRefType<T> |
EjbLocalRefType.removeAllInjectionTarget()
Removes all injection-target elements |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbLink()
Removes the ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefName()
Removes the ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocal()
Removes the local element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalHome()
Removes the local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLookupName()
Removes the lookup-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeMappedName()
Removes the mapped-name element |
EjbLocalRefType<T> |
EjbLocalRefType.setDescription(java.lang.String description)
Creates a new description element |
EjbLocalRefType<T> |
EjbLocalRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefType.setEjbLink(java.lang.String ejbLink)
If not already created, a new ejb-link element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setEjbRefName(java.lang.String ejbRefName)
If not already created, a new ejb-ref-name element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setEjbRefType(EjbRefTypeType ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setEjbRefType(java.lang.String ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setLocal(java.lang.String local)
If not already created, a new local element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setLocalHome(java.lang.String localHome)
If not already created, a new local-home element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<InjectionTargetType<EjbLocalRefType<T>>> |
EjbLocalRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<EjbLocalRefType<T>> |
EjbLocalRefType.injectionTarget()
Returns the injection-target element |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebApp30Descriptor> |
WebApp30Descriptor.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebApp30Descriptor>> |
WebApp30Descriptor.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebFragmentType<T>> |
WebFragmentType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<WebAppType<T>> |
WebAppType.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebFragmentType<T>>> |
WebFragmentType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<WebAppType<T>>> |
WebAppType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebFragment30Descriptor> |
WebFragment30Descriptor.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebFragment30Descriptor>> |
WebFragment30Descriptor.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<Application6Descriptor> |
Application6DescriptorImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<ApplicationType<T>> |
ApplicationTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<Application6Descriptor>> |
Application6DescriptorImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<InterceptorType<T>> |
InterceptorTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<InterceptorType<T>>> |
InterceptorTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeAllDescription()
Removes the description element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeEjbLink()
Removes the ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeEjbRefName()
Removes the ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeLocal()
Removes the local element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeLocalHome()
Removes the local-home element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeLookupName()
Removes the lookup-name element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeMappedName()
Removes the mapped-name element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setEjbLink(java.lang.String ejbLink)
If not already created, a new ejb-link element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setEjbRefName(java.lang.String ejbRefName)
If not already created, a new ejb-ref-name element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setEjbRefType(java.lang.String ejbRefType)
If not already created, a new ejb-ref-type element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setLocal(java.lang.String local)
If not already created, a new local element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setLocalHome(java.lang.String localHome)
If not already created, a new local-home element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<InjectionTargetType<EjbLocalRefType<T>>> |
EjbLocalRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<EjbLocalRefType<T>> |
EjbLocalRefTypeImpl.injectionTarget()
Returns the injection-target element |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebApp30Descriptor> |
WebApp30DescriptorImpl.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebApp30Descriptor>> |
WebApp30DescriptorImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebFragmentType<T>> |
WebFragmentTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbLocalRefType<WebAppType<T>> |
WebAppTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebFragmentType<T>>> |
WebFragmentTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbLocalRefType<WebAppType<T>>> |
WebAppTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return EjbLocalRefType | |
---|---|
EjbLocalRefType<WebFragment30Descriptor> |
WebFragment30DescriptorImpl.ejbLocalRef()
Returns the ejb-local-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type EjbLocalRefType | |
---|---|
java.util.List<EjbLocalRefType<WebFragment30Descriptor>> |
WebFragment30DescriptorImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |