public class A3ManagedService extends CommonService implements org.osgi.service.cm.ManagedService
The default values
<configadmin> <configuration pid="fr.dyade.aaa.agent.services.A3ManagedService"> <property name="sid">0</property> <property name="storage">your_path/s0</property> <property name="pathToConf">your_path/conf</property> <!-- properties --> <property name="Transaction">fr.dyade.aaa.util.NTransaction</property> <property name="Transaction.UseLockFile">false</property> </configuration> </configadmin>
Modifier and Type | Field and Description |
---|---|
private boolean |
initialized |
static org.objectweb.util.monolog.api.Logger |
logmon |
private org.osgi.framework.ServiceRegistration |
registration |
bundleContext, PATH_TO_CONF, SID, STORAGE
Constructor and Description |
---|
A3ManagedService(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStop() |
String |
getName() |
void |
updated(Dictionary properties) |
doStart
public static final org.objectweb.util.monolog.api.Logger logmon
private org.osgi.framework.ServiceRegistration registration
private boolean initialized
protected void doStop()
doStop
in class CommonService
public String getName()
public void updated(Dictionary properties) throws org.osgi.service.cm.ConfigurationException
updated
in interface org.osgi.service.cm.ManagedService
updated
in class CommonService
org.osgi.service.cm.ConfigurationException
Copyright © 2021 ScalAgent D.T.. All rights reserved.