|
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.nimbuzzavatars.NimbuzzAvatarsActivator
public class NimbuzzAvatarsActivator
OSGi bundle activator for the Nimbuzz custom avatars service.
| Field Summary | |
|---|---|
(package private) static org.osgi.framework.BundleContext |
bundleContext
The context. |
| Constructor Summary | |
|---|---|
NimbuzzAvatarsActivator()
|
|
| Method Summary | |
|---|---|
byte[] |
getAvatar(String address)
Returns the avatar bytes for the given contact address. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops this bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public NimbuzzAvatarsActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the bundle context
Exception - if something goes wrong
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - the bundle context
Exception - if something goes wrongpublic byte[] getAvatar(String address)
getAvatar in interface CustomAvatarServiceaddress - the address to search for its avatar.
|
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 | |||||||||