public class

BridgeActivator

extends Object
implements BundleActivator
java.lang.Object
   ↳ com.atlassian.plugin.osgi.bridge.BridgeActivator

Class Overview

Registers services for bridging Spring events with the plugin event system

Summary

Public Constructors
BridgeActivator()
Public Methods
void start(BundleContext bundleContext)
void stop(BundleContext bundleContext)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.osgi.framework.BundleActivator

Public Constructors

public BridgeActivator ()

Public Methods

public void start (BundleContext bundleContext)

Throws
Exception

public void stop (BundleContext bundleContext)

Throws
Exception