org.apache.catalina.deploy
public class ContextTransaction extends Object implements Serializable
<res-env-refy> element in the deployment descriptor.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Field Summary | |
|---|---|
| protected NamingResources | resources
The NamingResources with which we are associated (if any). |
| Method Summary | |
|---|---|
| NamingResources | getNamingResources() |
| Object | getProperty(String name)
Return a configured property. |
| Iterator | listProperties()
List properties. |
| void | removeProperty(String name)
remove a configured property. |
| void | setProperty(String name, Object value)
Set a configured property. |
| String | toString()
Return a String representation of this object. |