|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationConfigType<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.
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 |
---|
ActivationConfigType<T> setDescription(java.lang.String description)
description
element
ActivationConfigType
ActivationConfigType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
ActivationConfigType
ActivationConfigType<T> removeAllDescription()
description
element
ActivationConfigType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
ActivationConfigType<T> removeAllActivationConfigProperty()
activation-config-property
elements
ActivationConfigType
ActivationConfigPropertyType<ActivationConfigType<T>> activationConfigProperty()
activation-config-property
element
activation-config-property
java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> getActivationConfigPropertyList()
activation-config-property
elements
activation-config-property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |