|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.management.configservice.ConfigServiceFactory
The factory to construct a ConfigService.
Constructor Summary | |
---|---|
ConfigServiceFactory()
|
Method Summary | |
---|---|
static ConfigService |
createConfigService(boolean enable,
java.util.Properties props)
Create a ConfigService object. |
static ConfigService |
getConfigService()
Returns the instance of ConfigService . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigServiceFactory()
Method Detail |
public static ConfigService createConfigService(boolean enable, java.util.Properties props) throws AdminException
ConfigService
object. ConfigService
object is a singleton, thus an exception will
be thrown if this method is called twice. Normally user should not need to call this method as
ConfigService
is instantiated and initialized during server start-up time.public static ConfigService getConfigService()
ConfigService
. ConfigService
is a singleton,
therefore this method is static.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |