|
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.growlnotification.GrowlNotificationActivator
public class GrowlNotificationActivator
Activates the GrowlNotificationService
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The bundle context in which we started |
| Constructor Summary | |
|---|---|
GrowlNotificationActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bc)
Initialize and start Growl Notifications Service |
void |
stop(org.osgi.framework.BundleContext bContext)
Stops this bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public GrowlNotificationActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - BundleContext
Exception - if initializing and starting this service fails
public void stop(org.osgi.framework.BundleContext bContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbContext - the BundleContext
Exception - if the stop operation goes wrongpublic static ConfigurationService getConfigurationService()
public static ResourceManagementService getResources()
|
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 | |||||||||