org.apache.aries.jndi.url
Class Activator

java.lang.Object
  extended by org.apache.aries.jndi.url.Activator
All Implemented Interfaces:
org.apache.aries.util.SingleServiceTracker.SingleServiceListener, org.osgi.framework.BundleActivator

public class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.apache.aries.util.SingleServiceTracker.SingleServiceListener


Constructor Summary
Activator()
           
 
Method Summary
static org.apache.aries.proxy.ProxyManager getProxyManager()
           
 void serviceFound()
           
 void serviceLost()
           
 void serviceReplaced()
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
Specified by:
start in interface org.osgi.framework.BundleActivator

stop

public void stop(org.osgi.framework.BundleContext context)
Specified by:
stop in interface org.osgi.framework.BundleActivator

serviceFound

public void serviceFound()
Specified by:
serviceFound in interface org.apache.aries.util.SingleServiceTracker.SingleServiceListener

serviceLost

public void serviceLost()
Specified by:
serviceLost in interface org.apache.aries.util.SingleServiceTracker.SingleServiceListener

serviceReplaced

public void serviceReplaced()
Specified by:
serviceReplaced in interface org.apache.aries.util.SingleServiceTracker.SingleServiceListener

getProxyManager

public static org.apache.aries.proxy.ProxyManager getProxyManager()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.