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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.