Package | Description |
---|---|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Method and Description |
---|---|
ConfigProperties.Property[] |
ConfigProperties.getProperties()
Get all properties.
|
ConfigProperties.Property |
ConfigProperties.getProperty(String name)
Get the property with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigProperties.addProperty(ConfigProperties.Property property)
Add a property to this
ConfigProperties object. |
Constructor and Description |
---|
ConfigProperties(ConfigProperties.Property[] properties)
Create a new
ConfigProperties object prepopulated with a set of properties. |