|
SIP Communicator: 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.contactlist.ContactlistActivator
public class ContactlistActivator
| Constructor Summary | |
|---|---|
ContactlistActivator()
|
|
| Method Summary | |
|---|---|
static AccountManager |
getAccountManager()
Returns the AccountManager obtained from the bundle context. |
static FileAccessService |
getFileAccessService()
Returns the FileAccessService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext context)
Called when this bundle is started. |
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 |
| Constructor Detail |
|---|
public ContactlistActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being started.
Exception - If
public void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being stopped.
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.public static FileAccessService getFileAccessService()
public static AccountManager getAccountManager()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||