|
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.argdelegation.ArgDelegationActivator
public class ArgDelegationActivator
Activates the ArgDelegationService and registers a URI delegation peer with the util package arg manager so that we would be notified when the application receives uri arguments.
| Constructor Summary | |
|---|---|
ArgDelegationActivator()
|
|
| Method Summary | |
|---|---|
static UIService |
getUIService()
Returns a reference to an UIService implementation currently registered in the bundle context or null if no such implementation was found. |
void |
start(org.osgi.framework.BundleContext bc)
Starts the arg delegation bundle and registers the delegationPeer with the util package URI manager. |
void |
stop(org.osgi.framework.BundleContext bc)
Unsets the delegation peer instance that we set when we start this bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArgDelegationActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - a reference to the currently active bundle context.
Exception - if starting the arg delegation bundle and registering
the delegationPeer with the util package URI manager fails
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - an instance of the currently valid bundle context.
Exception - if unsetting the delegation peer instance that we set
when we start this bundle failspublic static UIService getUIService()
|
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 | |||||||||