|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALConfiguration
ALConfig defines what a configuration object to implement. An AL configuration object holds configuration information which consists of name, classname and metadata.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String key)
get the value of a key/value pair using the key |
java.lang.String |
getLocatorName()
get the locatorName of this configuration |
java.lang.String |
getName()
get the name of this AL configuration |
java.util.Set |
keySet()
Returns a set view of the keys contained in this ALConfig |
void |
set(java.lang.String key,
java.lang.String value)
set a key/value pair to an AL configuration |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String get(java.lang.String key)
key
- the key part of a key/value pair
java.lang.String getName()
java.lang.String getLocatorName()
java.util.Set keySet()
void set(java.lang.String key, java.lang.String value)
key
- the key of a metadatavalue
- the value of a metadata
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |