Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.ActivationConfigType

Packages that use ActivationConfigType
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.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of ActivationConfigType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ActivationConfigType
 ActivationConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanType.activationConfig()
          If not already created, a new activation-config element will be created and returned.
 ActivationConfigType<T> ActivationConfigType.removeAllActivationConfigProperty()
          Removes all activation-config-property elements
 ActivationConfigType<T> ActivationConfigType.removeAllDescription()
          Removes the description element
 ActivationConfigType<T> ActivationConfigType.setDescription(java.lang.String description)
          Creates a new description element
 ActivationConfigType<T> ActivationConfigType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ActivationConfigType
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.activationConfigProperty()
          Returns the activation-config-property element
 java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> ActivationConfigType.getActivationConfigPropertyList()
          Returns all activation-config-property elements
 

Uses of ActivationConfigType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement ActivationConfigType
 class ActivationConfigTypeImpl<T>
          This class implements the activation-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ActivationConfigType
 ActivationConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.activationConfig()
          If not already created, a new activation-config element will be created and returned.
 ActivationConfigType<T> ActivationConfigTypeImpl.removeAllActivationConfigProperty()
          Removes all activation-config-property elements
 ActivationConfigType<T> ActivationConfigTypeImpl.removeAllDescription()
          Removes the description element
 ActivationConfigType<T> ActivationConfigTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ActivationConfigType<T> ActivationConfigTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ActivationConfigType
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigTypeImpl.activationConfigProperty()
          Returns the activation-config-property element
 java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> ActivationConfigTypeImpl.getActivationConfigPropertyList()
          Returns all activation-config-property elements