|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.ldap.LdapActivator
public class LdapActivator
Implements BundleActivator for the LDAP plug-in which provides support for LDAP contact sources.
| Constructor Summary | |
|---|---|
LdapActivator()
|
|
| Method Summary | |
|---|---|
static LdapService |
getLdapService()
Get LDAP service. |
static ResourceManagementService |
getResourceManagementService()
Returns a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the LDAP plug-in. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the LDAP plug-in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext in which the LDAP
plug-in is to be started
Exception - if anything goes wrong while starting the LDAP
plug-inBundleActivator.start(BundleContext)public static LdapService getLdapService()
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext in which the LDAP
plug-in is to be stopped
Exception - if anything goes wrong while stopping the LDAP
plug-inBundleActivator.stop(BundleContext)public static ResourceManagementService getResourceManagementService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||