org.apache.directory.shared.ldap.codec.protocol.mina
Class LdapProtocolCodecActivator
java.lang.Object
org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class LdapProtocolCodecActivator
- extends Object
- implements org.osgi.framework.BundleActivator
The BundleActivator for the codec.
- Author:
- Apache Directory Project
|
Method Summary |
static void |
lazyStart()
This class does nothing. |
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 |
LdapProtocolCodecActivator
public LdapProtocolCodecActivator()
lazyStart
public static void lazyStart()
- This class does nothing. It's just a nasty hack to force the bundle
to get started lazy by calling this method.
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
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.