|
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.impl.ldap.LdapActivator
public class LdapActivator
Activates the LdapService
| Constructor Summary | |
|---|---|
LdapActivator()
|
|
| Method Summary | |
|---|---|
static LdapService |
getLdapService()
Get LDAP service. |
static PhoneNumberI18nService |
getPhoneNumberI18nService()
Gets the PhoneNumberI18nService to be used by the functionality of the addrbook plug-in. |
static ResourceManagementService |
getResourceService()
Returns a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found. |
static ContactSourceService |
registerContactSource(LdapDirectory ldapDir)
Enable contact source service with specified LDAP directory. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the LDAP service |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the LDAP service |
static void |
unregisterContactSource(LdapDirectory ldapDir)
Disable contact source service with specified LDAP directory. |
| 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 static LdapService getLdapService()
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext
Exception - if something goes wrong when starting service
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext
Exception - if something goes wrong when stopping servicepublic static ResourceManagementService getResourceService()
public static PhoneNumberI18nService getPhoneNumberI18nService()
public static ContactSourceService registerContactSource(LdapDirectory ldapDir)
ldapDir - LDAP directory
public static void unregisterContactSource(LdapDirectory ldapDir)
ldapDir - LDAP directory
|
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 | |||||||||