org.apache.felix.mosgi.console.component
Class Activator

java.lang.Object
  extended by org.apache.felix.mosgi.console.component.Activator
All Implemented Interfaces:
BundleActivator

public class Activator
extends Object
implements BundleActivator


Field Summary
static javax.management.ObjectName REMOTE_LOGGER_ON
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTE_LOGGER_ON

public static javax.management.ObjectName REMOTE_LOGGER_ON
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Specified by:
start in interface BundleActivator
Throws:
Exception

stop

public void stop(BundleContext context)
Specified by:
stop in interface BundleActivator


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.