|
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.netaddr.NetaddrActivator
public class NetaddrActivator
The activator manage the the bundles between OSGi framework and the Network address manager
| Constructor Summary | |
|---|---|
NetaddrActivator()
|
|
| Method Summary | |
|---|---|
(package private) 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 PacketLoggingService |
getPacketLogging()
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Creates a NetworkAddressManager, starts it, and registers it as a NetworkAddressManagerService. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the Network Address Manager bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetaddrActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - OSGI bundle context
Exception - if starting the NetworkAddressManagerFails.public static ConfigurationService getConfigurationService()
public static PacketLoggingService getPacketLogging()
public void stop(org.osgi.framework.BundleContext bundleContext)
stop in interface org.osgi.framework.BundleActivatorbundleContext - the OSGI bundle contextstatic org.osgi.framework.BundleContext getBundleContext()
|
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 | |||||||||