| java.lang.Object org.apache.catalina.deploy.ContextTransaction
ContextTransaction | public class ContextTransaction implements Serializable(Code) | | Representation of an application resource reference, as represented in
an <res-env-refy> element in the deployment descriptor.
author: Craig R. McClanahan version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
resources | protected NamingResources resources(Code) | | The NamingResources with which we are associated (if any).
|
removeProperty | public void removeProperty(String name)(Code) | | remove a configured property.
|
setProperty | public void setProperty(String name, Object value)(Code) | | Set a configured property.
|
toString | public String toString()(Code) | | Return a String representation of this object.
|
|
|