org.apache.catalina.deploy
public class ContextTransaction extends java.lang.Object implements java.io.Serializable
<res-env-refy>
element in the deployment descriptor.Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any).
|
Constructor and Description |
---|
ContextTransaction() |
Modifier and Type | Method and Description |
---|---|
NamingResources |
getNamingResources() |
java.lang.Object |
getProperty(java.lang.String name)
Return a configured property.
|
java.util.Iterator |
listProperties()
List properties.
|
void |
removeProperty(java.lang.String name)
remove a configured property.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a configured property.
|
java.lang.String |
toString()
Return a String representation of this object.
|
protected NamingResources resources
public java.lang.Object getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.Object value)
public void removeProperty(java.lang.String name)
public java.util.Iterator listProperties()
public java.lang.String toString()
toString
in class java.lang.Object
public NamingResources getNamingResources()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.