|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.log.Activator
public final class Activator
The bundle activator for the OSGi log service (see section 101 of the service compendium).
The log service provides a general purpose message logger for the OSGi service platform. It consists of two services, one for logging information and another for retrieving current or previously recorded log information.
The service knows about the following properties which are read at bundle startup:
Constructor Summary | |
---|---|
Activator()
|
Method Summary | |
---|---|
void |
start(BundleContext context)
Called by the OSGi framework when the bundle is started. |
void |
stop(BundleContext context)
Called by the OSGi framework when the bundle is stopped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public void start(BundleContext context) throws Exception
start
in interface BundleActivator
context
- the bundle context
Exception
- if an error occurspublic void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
context
- the bundle context
Exception
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |