Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip
Class SipActivator

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.SipActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SipActivator
extends Object
implements org.osgi.framework.BundleActivator

Activates the SIP package

Author:
Emil Ivov

Field Summary
(package private) static org.osgi.framework.BundleContext bundleContext
           
 
Constructor Summary
SipActivator()
           
 
Method Summary
protected  ProtocolProviderFactorySipImpl createProtocolProviderFactory()
          Creates the ProtocolProviderFactory for this protocol.
static org.osgi.framework.BundleContext getBundleContext()
          Returns a reference to the bundle context that we were started with.
static CertificateService getCertificateVerificationService()
          Return the certificate verification service impl.
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()
          Return the file access service impl.
static HIDService getHIDService()
          Returns a reference to HIDService implementation currently registered in the bundle context or null if no such implementation was found
static MediaService getMediaService()
          Returns a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.
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 ProtocolProviderFactorySipImpl getProtocolProviderFactory()
          Retrurns a reference to the protocol provider factory that we have registered.
static ResourceManagementService getResources()
          Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
static UIService getUIService()
          Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found.
static VersionService getVersionService()
          Returns a reference to a VersionService implementation currently registered in the bundle context or null if no such implementation was found.
 void start(org.osgi.framework.BundleContext context)
          Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
 void stop(org.osgi.framework.BundleContext context)
          Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

static org.osgi.framework.BundleContext bundleContext
Constructor Detail

SipActivator

public SipActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
context - The execution context of the bundle being started.
Throws:
Exception - If this method throws an exception, this bundle is marked as stopped and the Framework will remove this bundle's listeners, unregister all services registered by this bundle, and release all services used by this bundle.

createProtocolProviderFactory

protected ProtocolProviderFactorySipImpl createProtocolProviderFactory()
Creates the ProtocolProviderFactory for this protocol.

Returns:
The created factory.

getCertificateVerificationService

public static CertificateService getCertificateVerificationService()
Return the certificate verification service impl.

Returns:
the CertificateVerification service.

getConfigurationService

public static ConfigurationService getConfigurationService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the ConfigurationService.

getNetworkAddressManagerService

public static NetworkAddressManagerService getNetworkAddressManagerService()
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the NetworkAddressManagerService .

getHIDService

public static HIDService getHIDService()
Returns a reference to HIDService implementation currently registered in the bundle context or null if no such implementation was found

Returns:
a currently valid implementation of the HIDService

getBundleContext

public static org.osgi.framework.BundleContext getBundleContext()
Returns a reference to the bundle context that we were started with.

Returns:
a reference to the BundleContext instance that we were started witn.

getProtocolProviderFactory

public static ProtocolProviderFactorySipImpl getProtocolProviderFactory()
Retrurns a reference to the protocol provider factory that we have registered.

Returns:
a reference to the ProtocolProviderFactorySipImpl instance that we have registered from this package.

getMediaService

public static MediaService getMediaService()
Returns a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.

getVersionService

public static VersionService getVersionService()
Returns a reference to a VersionService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a reference to a VersionService implementation currently registered in the bundle context or null if no such implementation was found.

getUIService

public static UIService getUIService()
Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a reference to a UIService implementation currently registered in the bundle context or null if no such implementation was found.

getResources

public static ResourceManagementService getResources()
Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.

getPacketLogging

public static PacketLoggingService getPacketLogging()
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a reference to a PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.

getFileAccessService

public static FileAccessService getFileAccessService()
Return the file access service impl.

Returns:
the FileAccess Service.

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
context - The execution context of the bundle being stopped.
Throws:
Exception - If this method throws an exception, the bundle is still marked as stopped, and the Framework will remove the bundle's listeners, unregister all services registered by the bundle, and release all services used by the bundle.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.