Class ContextTransaction
java.lang.Object
org.apache.tomcat.util.descriptor.web.ContextTransaction
- All Implemented Interfaces:
- Serializable
Representation of an application resource reference, as represented in
 an 
<res-env-refy> element in the deployment descriptor.- Author:
- Craig R. McClanahan
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetProperty(String name) List properties.voidremoveProperty(String name) Remove a configured property.voidsetProperty(String name, Object value) Set a configured property.toString()Return a String representation of this object.
- 
Constructor Details- 
ContextTransactionpublic ContextTransaction()
 
- 
- 
Method Details- 
getProperty- Parameters:
- name- The property name
- Returns:
- a configured property.
 
- 
setPropertySet a configured property.- Parameters:
- name- The property name
- value- The property value
 
- 
removePropertyRemove a configured property.- Parameters:
- name- The property name
 
- 
listPropertiesList properties.- Returns:
- the property names iterator
 
- 
toStringReturn a String representation of this object.
 
-