|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Service Configuration is used to configure a service.
A configuration is built with a sequence of pair key-value where the key is the
name of a configuration parameter and the value represents the value of this
parameter.
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)
Deprecated. return a value associated to a key. |
java.lang.String |
getId()
Deprecated. specifie an id of a service. |
void |
put(java.lang.Object key,
java.lang.Object value)
Deprecated. set a parameter to a specific value for this configuration. |
| Method Detail |
public java.lang.String getId()
public java.lang.Object get(java.lang.Object key)
key -
public void put(java.lang.Object key,
java.lang.Object value)
key - the name of this parameter.value - the value of this parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||