com.sapportals.portal.appintegrator.config
Class ConfigService
java.lang.Object
|
+--com.sapportals.portal.appintegrator.config.ConfigService
- All Implemented Interfaces:
- IConfigService, com.sapportals.portal.prt.service.IService
- public class ConfigService
- extends java.lang.Object
- implements IConfigService, com.sapportals.portal.prt.service.IService
| Fields inherited from interface com.sapportals.portal.appintegrator.config.IConfigService |
KEY |
|
Method Summary |
void |
afterInit()
|
void |
configure(com.sapportals.portal.prt.service.IServiceConfiguration arg0)
|
void |
destroy()
|
java.util.Enumeration |
getAllProperties()
returns an enumeration of all property names |
com.sapportals.portal.prt.service.IServiceContext |
getContext()
|
java.lang.String |
getKey()
|
java.lang.String |
getProperty(java.lang.String name)
returns the value for the given property name |
void |
init(com.sapportals.portal.prt.service.IServiceContext serviceContext)
|
void |
release()
|
void |
setProperty(java.lang.String name,
java.lang.String value)
sets the value for the figen property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigService
public ConfigService()
getProperty
public java.lang.String getProperty(java.lang.String name)
- Description copied from interface:
IConfigService
- returns the value for the given property name
- Specified by:
getProperty in interface IConfigService
getAllProperties
public java.util.Enumeration getAllProperties()
- Description copied from interface:
IConfigService
- returns an enumeration of all property names
- Specified by:
getAllProperties in interface IConfigService
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
- Description copied from interface:
IConfigService
- sets the value for the figen property
- Specified by:
setProperty in interface IConfigService
afterInit
public void afterInit()
- Specified by:
afterInit in interface com.sapportals.portal.prt.service.IService
configure
public void configure(com.sapportals.portal.prt.service.IServiceConfiguration arg0)
- Specified by:
configure in interface com.sapportals.portal.prt.service.IService
destroy
public void destroy()
- Specified by:
destroy in interface com.sapportals.portal.prt.service.IService
getContext
public com.sapportals.portal.prt.service.IServiceContext getContext()
- Specified by:
getContext in interface com.sapportals.portal.prt.service.IService
getKey
public java.lang.String getKey()
- Specified by:
getKey in interface com.sapportals.portal.prt.service.IService
init
public void init(com.sapportals.portal.prt.service.IServiceContext serviceContext)
- Specified by:
init in interface com.sapportals.portal.prt.service.IService
release
public void release()
- Specified by:
release in interface com.sapportals.portal.prt.service.IService