org.ops4j.pax.logging.service.internal
Class Activator

java.lang.Object
  extended by org.ops4j.pax.logging.service.internal.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Starts the Log4j log services.


Field Summary
static java.lang.String CONFIGURATION_PID
          The Managed Service PID for the log4j configuration
 
Constructor Summary
Activator()
          Default constructor
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_PID

public static final java.lang.String CONFIGURATION_PID
The Managed Service PID for the log4j configuration

See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Default constructor

Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.