|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationConfigPropertyType<T>
This interface defines the contract for the activation-config-propertyType
xsd type
Original Documentation:
The activation-config-propertyType contains a name/value
configuration property pair for a message-driven bean.
The properties that are recognized for a particular
message-driven bean are determined by the messaging type.
Method Summary | |
---|---|
java.lang.String |
getActivationConfigPropertyName()
Returns the activation-config-property-name element |
java.lang.String |
getActivationConfigPropertyValue()
Returns the activation-config-property-value element |
ActivationConfigPropertyType<T> |
removeActivationConfigPropertyName()
Removes the activation-config-property-name element |
ActivationConfigPropertyType<T> |
removeActivationConfigPropertyValue()
Removes the activation-config-property-value element |
ActivationConfigPropertyType<T> |
setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
If not already created, a new activation-config-property-name element with the given value will be created. |
ActivationConfigPropertyType<T> |
setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
If not already created, a new activation-config-property-value element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ActivationConfigPropertyType<T> setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
activation-config-property-name
element with the given value will be created.
Otherwise, the existing activation-config-property-name
element will be updated with the given value.
ActivationConfigPropertyType
ActivationConfigPropertyType<T> removeActivationConfigPropertyName()
activation-config-property-name
element
ActivationConfigPropertyType
java.lang.String getActivationConfigPropertyName()
activation-config-property-name
element
activation-config-property-name
ActivationConfigPropertyType<T> setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
activation-config-property-value
element with the given value will be created.
Otherwise, the existing activation-config-property-value
element will be updated with the given value.
ActivationConfigPropertyType
ActivationConfigPropertyType<T> removeActivationConfigPropertyValue()
activation-config-property-value
element
ActivationConfigPropertyType
java.lang.String getActivationConfigPropertyValue()
activation-config-property-value
element
activation-config-property-value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |