-
aQute.bnd.plugin.Activator
The activator class controls the plug-in life cycle
-
com.eclipsesource.jaxrs.provider.gson.internal.Activator
-
com.sun.corba.se.spi.activation.Activator
com/sun/corba/se/spi/activation/Activator.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl Wednesday, September 17, 2014 5:32:44 PM PDT
-
com.volantis.synergetics.osgi.impl.framework.watcher.Activator
The activator for the watcher.
This is implemented as a bundle activator as the intent is that in future this could become a bundle too but right now it is not.
-
dk.contix.eclipse.hudson.Activator
The activator class controls the plug-in life cycle
-
org.apache.ace.managementagent.Activator
-
org.apache.aries.jndi.startup.Activator
The activator for this bundle makes sure the static classes in it are driven so they can do their magic stuff properly.
-
org.apache.cxf.dosgi.discovery.local.internal.Activator
-
org.apache.cxf.dosgi.dsw.Activator
-
org.apache.felix.example.extenderbased.host.Activator
The activator of the host application bundle. The activator creates the main application JFrame and starts tracking SimpleShape extensions. All activity is performed on the Swing event thread to avoid synchronization and repainting issues. Closing the application window will result in Bundle.stop() being called on the system bundle, which will cause the framework to shutdown and the JVM to exit.
-
org.apache.felix.example.servicebased.host.Activator
The activator of the host application bundle. The activator creates the main application JFrame and starts tracking SimpleShape services. All activity is performed on the Swing event thread to avoid synchronization and repainting issues. Closing the application window will result in Bundle.stop() being called on the system bundle, which will cause the framework to shutdown and the JVM to exit.
-
org.apache.felix.httplite.osgi.Activator
Activator for org.apache.felix.http.lightweight HTTP Service implementation. The activator will read in system properties that are relevant to the service and register the HttpService in the service registry.
-
org.apache.sling.ide.eclipse.ui.internal.Activator
-
org.eclipse.core.internal.runtime.Activator
The Common runtime plugin class. This class can only be used if OSGi plugin is available.
-
org.eclipse.ecf.internal.core.identity.Activator
The activator class controls the plug-in life cycle
-
org.eclipse.ecf.internal.core.sharedobject.Activator
The activator class controls the plug-in life cycle
-
org.eclipse.ecf.internal.osgi.services.remoteserviceadmin.Activator
-
org.eclipse.ecf.internal.provider.filetransfer.Activator
The activator class controls the plug-in life cycle
-
org.eclipse.ecf.internal.remoteservice.Activator
The activator class controls the plug-in life cycle
-
org.eclipse.ecf.internal.remoteservice.rest.Activator
The activator class controls the plug-in life cycle
-
org.eclipse.ecf.internal.remoteservice.rpc.Activator
-
org.eclipse.egit.core.Activator
The plugin class for the org.eclipse.egit.core plugin. This is a singleton class.
-
org.eclipse.equinox.http.servlet.internal.Activator
-
org.eclipse.orion.internal.server.servlets.Activator
Activator for the server servlet bundle. Responsible for tracking required services and registering/unregistering servlets.
-
org.foo.log.Activator
Correct code example showing lookup of a service just before it will be used. The client can tell when the service is removed, and automatically switches to the current top-ranked LogService implementation. It copes with services disappearing at any time and remembers to "unget" the service when it's not being used, like when the test is sleeping. To run this example: ./chapter04/dynamics/PICK_EXAMPLE 4 Expected result: <3> thread="LogService Tester", bundle=2 : logging ON <3> thread="LogService Tester", bundle=2 : ping <3> thread="LogService Tester", bundle=2 : logging OFF ... Note the "unget" call tells the service that we're not using it when sleeping. If you stop the simple LogService with "stop 1" you should see the following: <--> thread="LogService Tester", bundle=2 : LogService has gone ... Which shows the client bundle knows the LogService it was using has now gone. When the LogService is restarted with "start 1" the client will use it again: <5> thread="LogService Tester", bundle=2 : logging ON <5> thread="LogService Tester", bundle=2 : ping <5> thread="LogService Tester", bundle=2 : logging OFF ... Note that the new LogService has an increased "service.id" property of 5.
-
org.jclouds.osgi.Activator
-
org.locationtech.udig.catalog.tests.wmsc.Activator
-
org.locationtech.udig.image.georeferencing.Activator
The activator class controls the plug-in life cycle
@since 1.3.3
-
org.locationtech.udig.tutorials.catalog.csv.internal.Activator
-
org.neo4j.neoclipse.Activator
The activator class controls the plug-in life cycle.
-
org.objectstyle.wolips.bindings.Activator
The activator class controls the plug-in life cycle
-
org.openengsb.core.common.internal.Activator
-
org.ops4j.pax.logging.service.internal.Activator
-
org.qi4j.runtime.service.Activator
This class will manage a set of Activatable instances.
-
org.rssowl.core.internal.Activator
The main plugin class to be used in the desktop.
-
org.rssowl.ui.internal.Activator
The main plugin class to be used in the desktop.
-
org.springframework.ide.eclipse.beans.ui.editor.Activator
The main plugin class.
@author Torsten Juergeleit
@author Christian Dupuis
-
org.switchyard.deploy.Activator
Activators allow components to participate in the deployment lifecycle of a SwitchYard application. The deployer has a list of activators that map to implementation and binding types. During deployment, the deployer will build a list of activators for known types and enlist each activator in the lifecycle of the application. The deployer takes care of dependency ordering between services, references, and bindings and invokes Activator instances in the appropriate order.
-
org.xtext.tortoiseshell.lib.Activator
-
transientlibs.bindedobjects.core.Activator
@author kibertoad