|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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()
|
Object |
getProperty(String name)
Return a configured property. |
Iterator<String> |
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. |
| 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 Object getProperty(String name)
public void setProperty(String name,
Object value)
public void removeProperty(String name)
public Iterator<String> listProperties()
public String toString()
toString in class Objectpublic NamingResources getNamingResources()
|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||