org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming
Class NamingService

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming.NamingService
All Implemented Interfaces:
NamingServiceIfc, org.osgi.framework.BundleActivator

public class NamingService
extends java.lang.Object
implements org.osgi.framework.BundleActivator, NamingServiceIfc


Constructor Summary
NamingService()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bc)
           
 void stop(org.osgi.framework.BundleContext bc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingService

public NamingService()
Method Detail

start

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

stop

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