|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.deploy.ContextTransaction
public class ContextTransaction
Representation of an application resource reference, as represented in
an <res-env-refy>
element in the deployment descriptor.
Field Summary | |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any). |
Constructor Summary | |
---|---|
ContextTransaction()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected NamingResources resources
Constructor Detail |
---|
public ContextTransaction()
Method Detail |
---|
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()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |