|
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.neomedia.NeomediaActivator
public class NeomediaActivator
Implements BundleActivator for the neomedia bundle.
| Constructor Summary | |
|---|---|
NeomediaActivator()
|
|
| 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 a reference to a FileAccessService implementation currently registered in the bundle context or null if no such implementation was found. |
static MediaConfigurationService |
getMediaConfiguration()
|
static MediaServiceImpl |
getMediaServiceImpl()
Gets the MediaService implementation instance registered by the neomedia bundle. |
static PacketLoggingService |
getPacketLogging()
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found. |
static ResourceManagementService |
getResources()
Gets the ResourceManagementService instance which represents the resources such as internationalized and localized text and images used by the neomedia bundle. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the execution of the neomedia bundle in the specified context. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the execution of the neomedia bundle in the specified context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NeomediaActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the context in which the neomedia bundle is to start
executing
Exception - if an error occurs while starting the execution of the
neomedia bundle in the specified context
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the context in which the neomedia bundle is to stop
executing
Exception - if an error occurs while stopping the execution of the
neomedia bundle in the specified contextpublic static ConfigurationService getConfigurationService()
public static FileAccessService getFileAccessService()
public static MediaServiceImpl getMediaServiceImpl()
public static MediaConfigurationService getMediaConfiguration()
public static ResourceManagementService getResources()
public static PacketLoggingService getPacketLogging()
|
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 | |||||||||