org.apache.directory.shared.ldap.codec.standalone
Class LdapCodecActivator

java.lang.Object
  extended by org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class LdapCodecActivator
extends Object
implements org.osgi.framework.BundleActivator

The BundleActivator for the codec. This implementation class is

Author:
Apache Directory Project

Constructor Summary
LdapCodecActivator(StandaloneLdapApiService codec)
           
 
Method Summary
 org.osgi.framework.Bundle[] getBundles()
          Gets the Bundles installed.
 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
 

Constructor Detail

LdapCodecActivator

public LdapCodecActivator(StandaloneLdapApiService codec)
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception

Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception

Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

getBundles

public org.osgi.framework.Bundle[] getBundles()
Gets the Bundles installed.

Returns:
The Bundles installed.


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