org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface ActivationConfigType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
ActivationConfigTypeImpl

public interface ActivationConfigType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the activation-configType xsd type

Original Documentation:



The activation-configType defines information about the
expected configuration properties of the message-driven bean
in its operational environment. This may include information
about message acknowledgement, message selector, expected
destination type, etc.

The configuration information is expressed in terms of
name/value configuration properties.

The properties that are recognized for a particular
message-driven bean are determined by the messaging type.


Since:
Generation date :2011-07-19T22:55:02.759+02:00
Author:
Ralf Battenfeld

Method Summary
 ActivationConfigPropertyType<ActivationConfigType<T>> activationConfigProperty()
          Returns the activation-config-property element
 java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> getActivationConfigPropertyList()
          Returns all activation-config-property elements
 java.util.List<java.lang.String> getDescriptionList()
          Returns all description elements
 ActivationConfigType<T> removeAllActivationConfigProperty()
          Removes all activation-config-property elements
 ActivationConfigType<T> removeAllDescription()
          Removes the description element
 ActivationConfigType<T> setDescription(java.lang.String description)
          Creates a new description element
 ActivationConfigType<T> setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

setDescription

ActivationConfigType<T> setDescription(java.lang.String description)
Creates a new description element

Returns:
the current instance of ActivationConfigType

setDescriptionList

ActivationConfigType<T> setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
list - of description objects
Returns:
the current instance of ActivationConfigType

removeAllDescription

ActivationConfigType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ActivationConfigType

getDescriptionList

java.util.List<java.lang.String> getDescriptionList()
Returns all description elements

Returns:
list of description

removeAllActivationConfigProperty

ActivationConfigType<T> removeAllActivationConfigProperty()
Removes all activation-config-property elements

Returns:
the current instance of ActivationConfigType

activationConfigProperty

ActivationConfigPropertyType<ActivationConfigType<T>> activationConfigProperty()
Returns the activation-config-property element

Returns:
the node defined for the element activation-config-property

getActivationConfigPropertyList

java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> getActivationConfigPropertyList()
Returns all activation-config-property elements

Returns:
list of activation-config-property