public class Activator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static String |
AGENT_SERVER_ID_PROPERTY |
static String |
AGENT_SERVER_STORAGE_PROPERTY |
static org.osgi.framework.BundleContext |
context |
static org.objectweb.util.monolog.api.Logger |
logmon |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
private String |
getProperty(String propName,
String defaultValue) |
private short |
getShortProperty(String propName,
short defaultValue) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final org.objectweb.util.monolog.api.Logger logmon
public static final String AGENT_SERVER_ID_PROPERTY
public static final String AGENT_SERVER_STORAGE_PROPERTY
public static org.osgi.framework.BundleContext context
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
private short getShortProperty(String propName, short defaultValue)
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.