ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ActivationConfigType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ActivationConfigType
 ActivationConfigType<T> ActivationConfigType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ActivationConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateActivationConfig()
          If not already created, a new activation-config element with the given value will be created.
 ActivationConfigType<T> ActivationConfigType.removeAllActivationConfigProperty()
          Removes all activation-config-property elements
 ActivationConfigType<T> ActivationConfigType.removeAllDescription()
          Removes the description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ActivationConfigType
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.createActivationConfigProperty()
          Creates a new activation-config-property element
 List<ActivationConfigPropertyType<ActivationConfigType<T>>> ActivationConfigType.getAllActivationConfigProperty()
          Returns all activation-config-property elements
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.getOrCreateActivationConfigProperty()
          If not already created, a new activation-config-property element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.