org.apache.catalina.deploy

Class ResourceBase

public class ResourceBase extends Object implements Serializable

Representation of an Context element

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

Author: Peter Rossbach (pero@apache.org)

Field Summary
protected NamingResourcesresources
The NamingResources with which we are associated (if any).
Method Summary
StringgetDescription()
StringgetName()
NamingResourcesgetNamingResources()
ObjectgetProperty(String name)
Return a configured property.
StringgetType()
IteratorlistProperties()
List properties.
voidremoveProperty(String name)
remove a configured property.
voidsetDescription(String description)
voidsetName(String name)
voidsetProperty(String name, Object value)
Set a configured property.
voidsetType(String type)

Field Detail

resources

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

Method Detail

getDescription

public String getDescription()

getName

public String getName()

getNamingResources

public NamingResources getNamingResources()

getProperty

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

getType

public String getType()

listProperties

public Iterator listProperties()
List properties.

removeProperty

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

setDescription

public void setDescription(String description)

setName

public void setName(String name)

setProperty

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

setType

public void setType(String type)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.