org.apache.catalina.deploy
public class ResourceBase extends Object implements Serializable
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected NamingResources | resources
The NamingResources with which we are associated (if any). |
Method Summary | |
---|---|
String | getDescription() |
String | getName() |
NamingResources | getNamingResources() |
Object | getProperty(String name)
Return a configured property. |
String | getType() |
Iterator | listProperties()
List properties. |
void | removeProperty(String name)
remove a configured property. |
void | setDescription(String description) |
void | setName(String name) |
void | setProperty(String name, Object value)
Set a configured property. |
void | setType(String type) |