|
Apache Tomcat 7.0.28 | ||||||||
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
Deprecated. |
Constructor Summary | |
---|---|
ContextTransaction()
|
Method Summary | |
---|---|
NamingResources |
getNamingResources()
Deprecated. |
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 |
---|
@Deprecated 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 Object
@Deprecated public NamingResources getNamingResources()
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |