|
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.plugin.otr.OtrActivator
public class OtrActivator
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The BundleContext of the OtrActivator. |
static ConfigurationService |
configService
The ConfigurationService of the OtrActivator. |
static String |
OTR_DISABLED_PROP
A property used in configuration to disable the otr plugin. |
static ResourceManagementService |
resourceService
The ResourceManagementService of the OtrActivator. |
static ScOtrEngine |
scOtrEngine
The ScOtrEngine of the OtrActivator. |
static ScOtrKeyManager |
scOtrKeyManager
The ScOtrKeyManager of the OtrActivator. |
static UIService |
uiService
The UIService of the OtrActivator. |
| Constructor Summary | |
|---|---|
OtrActivator()
|
|
| Method Summary | |
|---|---|
static AccountID |
getAccountIDByUID(String uid)
Gets an AccountID by its UID. |
static List<AccountID> |
getAllAccountIDs()
Gets all the available accounts in SIP Communicator. |
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
|
void |
start(org.osgi.framework.BundleContext bc)
|
void |
stop(org.osgi.framework.BundleContext bc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OTR_DISABLED_PROP
public static org.osgi.framework.BundleContext bundleContext
BundleContext of the OtrActivator.
public static ScOtrEngine scOtrEngine
ScOtrEngine of the OtrActivator.
public static ScOtrKeyManager scOtrKeyManager
ScOtrKeyManager of the OtrActivator.
public static ResourceManagementService resourceService
ResourceManagementService of the OtrActivator. Can
also be obtained from the bundleContext on demand,
but we add it here for convinience.
public static UIService uiService
UIService of the OtrActivator. Can also be obtained
from the bundleContext on demand, but we add it here
for convinience.
public static ConfigurationService configService
ConfigurationService of the OtrActivator. Can also be
obtained from the bundleContext on demand, but we
add it here for convinience.
| Constructor Detail |
|---|
public OtrActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorException
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerpublic static List<AccountID> getAllAccountIDs()
List of AccountID.public static AccountID getAccountIDByUID(String uid)
AccountID by its UID.
uid - The AccountID UID.
AccountID with the requested UID or null.
|
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 | |||||||||