Methods Summary |
---|
public void | addProperty(ResourceProperty property)Add a property. Underlying set is keyed by
property name. The new property overrides any
existing property with same name.
|
public java.lang.String | getDescription()
|
public java.lang.String | getName()Resource name. Immutable.
|
public java.util.Set | getProperties()Set containing elements of type ResourceProperty.
Actual property names are resource type specific.
|
public ResourceProperty | getProperty(java.lang.String propertyName)Get a property with the given name.
|
public int | getType()Resource type. Defined above. Immutable.
|
public boolean | isEnabled()
|
public com.sun.enterprise.repository.J2EEResource | makeClone(java.lang.String name)Create a new resource with the given name
that has the same attribute and property
settings as the invoked object.
|
public boolean | removeProperty(ResourceProperty property)Remove a property. Underlying set is keyed by
property name.
|
public void | setDescription(java.lang.String value)
|
public void | setEnabled(boolean value)
|