|
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.loggingutils.LoggingUtilsActivator
public class LoggingUtilsActivator
Creates and registers logging config form.
| Field Summary | |
|---|---|
(package private) static org.osgi.framework.BundleContext |
bundleContext
The OSGI bundle context. |
| Constructor Summary | |
|---|---|
LoggingUtilsActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static FileAccessService |
getFileAccessService()
Returns the FileAccessService obtained from the bundle context. |
static NotificationService |
getNotificationService()
Returns the NotificationService obtained from the bundle context. |
static PacketLoggingService |
getPacketLoggingService()
Returns a reference to a PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found. |
static ResourceManagementService |
getResourceService()
Returns the ResourceManagementService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Creates and register logging configuration. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the Logging utils bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public LoggingUtilsActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - OSGI bundle context
Exception - if error creating configuration.
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the OSGI bundle context
Exceptionpublic static ResourceManagementService getResourceService()
public static ConfigurationService getConfigurationService()
public static PacketLoggingService getPacketLoggingService()
public static FileAccessService getFileAccessService()
public static NotificationService getNotificationService()
|
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 | |||||||||