|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.service.ConfigurationAdminHelper
public class ConfigurationAdminHelper
Helper class for ConfigurationAdmin
| Constructor Summary | |
|---|---|
ConfigurationAdminHelper()
|
|
| Method Summary | |
|---|---|
static boolean |
isServiceEnabled(ConfigurationAdmin admin,
java.lang.String serviceName)
Checks whether service is enabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationAdminHelper()
| Method Detail |
|---|
public static boolean isServiceEnabled(ConfigurationAdmin admin,
java.lang.String serviceName)
throws java.io.IOException
admin - ConfigurationAdminserviceName - Name of the service for which enabled property to be checked
true if service is enabled,
false otherwise. Note that true will be returned if
configuration does not have enabled property.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||