|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Activation Config Property'.
The following features are supported:
EjbPackage.getActivationConfigProperty()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute |
Method Detail |
public java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
The activation-config-property-value element contains the value for an activation configuration property of a message-driven bean.
setValue(String)
,
EjbPackage.getActivationConfigProperty_Value()
public void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
The activation-config-property-name element contains the name for an activation configuration property of a message-driven bean. For JMS message-driven beans, the following property names are recognized: acknowledgeMode, messageSelector, destinationType, subscriptionDurability
setName(String)
,
EjbPackage.getActivationConfigProperty_Name()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |