|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.collaboration.ecf.container.Activator
public class Activator
Constructor Summary | |
---|---|
Activator()
|
Method Summary | |
---|---|
static Activator |
getDefault()
Retrieve the single instance of the bundle. |
static CoronaLogService |
getLogService()
Get the Corona log service for this plug-in |
void |
start(org.osgi.framework.BundleContext context)
This method is called upon bundle activation. |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the bundle is stopped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public static CoronaLogService getLogService()
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
context
- An instance of BundleContext for the bundle being started.
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
context
- An instance of BundleContext for the bundle being started.
java.lang.Exception
public static Activator getDefault()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |