|
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 org.osgi.framework.BundleContext |
getBundleContext()
Returns a reference to the bundle context that we were started with. |
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 MediaServiceImpl |
getMediaServiceImpl()
Gets the MediaService implementation instance registered by the neomedia bundle. |
static NetworkAddressManagerService |
getNetworkAddressManagerService()
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found. |
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. |
static UIService |
getUIService()
Returns a reference to an UIService implementation currently registered in the bundle context or null if no such implementation was found. |
static boolean |
isJmfRegistryDisableLoad()
Gets the indicator which determines whether the loading of the JMF/FMJ Registry has been disabled. |
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 org.osgi.framework.BundleContext getBundleContext()
public static ConfigurationService getConfigurationService()
public static FileAccessService getFileAccessService()
public static MediaServiceImpl getMediaServiceImpl()
public static NetworkAddressManagerService getNetworkAddressManagerService()
public static ResourceManagementService getResources()
public static PacketLoggingService getPacketLogging()
public static UIService getUIService()
public static boolean isJmfRegistryDisableLoad()
|
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 | |||||||||