com.sapportals.portal.prt.service
Interface IServiceConfiguration


Deprecated. This interface is no longer used.

public interface IServiceConfiguration

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

getId

public java.lang.String getId()
Deprecated. 
specifie an id of a service.
Returns:
the Id of the services

get

public java.lang.Object get(java.lang.Object key)
Deprecated. 
return a value associated to a key.
Parameters:
key -  
Returns:
the value of this key

put

public void put(java.lang.Object key,
                java.lang.Object value)
Deprecated. 
set a parameter to a specific value for this configuration.
Parameters:
key - the name of this parameter.
value - the value of this parameter.