|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.ActivationConfigTypeImpl<T>
public class ActivationConfigTypeImpl<T>
This class implements 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.
Constructor Summary | |
---|---|
ActivationConfigTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ActivationConfigTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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 |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationConfigTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ActivationConfigTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public ActivationConfigType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface ActivationConfigType<T>
ActivationConfigType
public ActivationConfigType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface ActivationConfigType<T>
list
- of description
objects
ActivationConfigType
public ActivationConfigType<T> removeAllDescription()
description
element
removeAllDescription
in interface ActivationConfigType<T>
ActivationConfigType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface ActivationConfigType<T>
description
public ActivationConfigType<T> removeAllActivationConfigProperty()
activation-config-property
elements
removeAllActivationConfigProperty
in interface ActivationConfigType<T>
ActivationConfigType
public ActivationConfigPropertyType<ActivationConfigType<T>> activationConfigProperty()
activation-config-property
element
activationConfigProperty
in interface ActivationConfigType<T>
activation-config-property
public java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> getActivationConfigPropertyList()
activation-config-property
elements
getActivationConfigPropertyList
in interface ActivationConfigType<T>
activation-config-property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |