public class JoramManagedService extends CommonService implements org.osgi.service.cm.ManagedService
The default values
<configadmin> <configuration pid="joram.server"> <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> </configuration> </configadmin>
Modifier and Type | Field and Description |
---|---|
private boolean |
initialized |
static Logger |
logmon |
static String |
PID_NAME
the PID name
|
private org.osgi.framework.ServiceRegistration |
registration |
bundleContext, PATH_TO_CONF, SID, STORAGE
Constructor and Description |
---|
JoramManagedService(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStop() |
String |
getName() |
void |
updated(Dictionary properties) |
doStart
public static final Logger logmon
public static final String PID_NAME
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 © 2023 ScalAgent D.T.. All rights reserved.