org.apache.catalina.deploy

Class ContextTransaction

public class ContextTransaction extends Object implements Serializable

Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Field Summary
protected NamingResourcesresources
The NamingResources with which we are associated (if any).
Method Summary
NamingResourcesgetNamingResources()
ObjectgetProperty(String name)
Return a configured property.
IteratorlistProperties()
List properties.
voidremoveProperty(String name)
remove a configured property.
voidsetProperty(String name, Object value)
Set a configured property.
StringtoString()
Return a String representation of this object.

Field Detail

resources

protected NamingResources resources
The NamingResources with which we are associated (if any).

Method Detail

getNamingResources

public NamingResources getNamingResources()

getProperty

public Object getProperty(String name)
Return a configured property.

listProperties

public Iterator listProperties()
List properties.

removeProperty

public void removeProperty(String name)
remove a configured property.

setProperty

public void setProperty(String name, Object value)
Set a configured property.

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.