|
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.addrbook.AddrBookActivator
public class AddrBookActivator
Implements BundleActivator for the addrbook plug-in which provides support for OS-specific Address Book.
| Field Summary | |
|---|---|
static String |
PNAME_ENABLE_MACOSX_ADDRESS_BOOK_SEARCH
Boolean property that defines whether the integration of the OS X address book is enabled. |
static String |
PNAME_ENABLE_MICROSOFT_OUTLOOK_SEARCH
Boolean property that defines whether the integration of the Outlook address book is enabled. |
| Constructor Summary | |
|---|---|
AddrBookActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigService()
Gets the ConfigurationService to be used by the functionality of the addrbook plug-in. |
static PhoneNumberI18nService |
getPhoneNumberI18nService()
Gets the PhoneNumberI18nService to be used by the functionality of the addrbook plug-in. |
static ResourceManagementService |
getResources()
Gets the ResourceManagementService to be used by the functionality of the addrbook plug-in. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the addrbook plug-in. |
(package private) static void |
startService()
Starts the address book service. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the addrbook plug-in. |
(package private) static void |
stopService()
Stop the previously registered service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PNAME_ENABLE_MICROSOFT_OUTLOOK_SEARCH
public static final String PNAME_ENABLE_MACOSX_ADDRESS_BOOK_SEARCH
| Constructor Detail |
|---|
public AddrBookActivator()
| Method Detail |
|---|
public static PhoneNumberI18nService getPhoneNumberI18nService()
public static ResourceManagementService getResources()
public static ConfigurationService getConfigService()
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext in which the addrbook
plug-in is to be started
Exception - if anything goes wrong while starting the addrbook
plug-inBundleActivator.start(BundleContext)
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext in which the addrbook
plug-in is to be stopped
Exception - if anything goes wrong while stopping the addrbook
plug-inBundleActivator.stop(BundleContext)static void startService()
static void stopService()
|
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 | |||||||||