Public Member Functions | |
| ActivationConfigPropertyDesc () | |
| String | getActivationConfigPropertyName () |
| void | setActivationConfigPropertyName (String activationConfigPropertyName) |
| String | getActivationConfigPropertyValue () |
| void | setActivationConfigPropertyValue (String activationConfigPropertyValue) |
Definition at line 38 of file ActivationConfigPropertyDesc.java.
|
|
Constructor Definition at line 53 of file ActivationConfigPropertyDesc.java. |
|
|
Gets the activation-config-property-name
Definition at line 68 of file ActivationConfigPropertyDesc.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.buildConfigProperty(). |
|
|
Gets the activation-config-property-value
Definition at line 85 of file ActivationConfigPropertyDesc.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.buildConfigProperty(). |
|
|
Set the activation-config-property-name
Definition at line 76 of file ActivationConfigPropertyDesc.java. References org.objectweb.jonas_ejb.deployment.xml.ActivationConfigProperty.activationConfigPropertyName. |
|
|
Set the activation-config-property-value
Definition at line 93 of file ActivationConfigPropertyDesc.java. References org.objectweb.jonas_ejb.deployment.xml.ActivationConfigProperty.activationConfigPropertyValue. |
1.3.9.1