Uses of Interface
com.atlassian.plugin.event.PluginEventManager

Packages that use PluginEventManager
com.atlassian.plugin   
com.atlassian.plugin.classloader   
com.atlassian.plugin.event.impl   
com.atlassian.plugin.loaders   
com.atlassian.plugin.main Main interface to the plugins framework providing a facade to hide the unnecessary internals. 
com.atlassian.plugin.manager   
com.atlassian.plugin.osgi.bridge   
com.atlassian.plugin.osgi.container.felix Classes to manage interactions with the Apache Felix container 
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.osgi.spring   
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.download.plugin   
com.atlassian.plugin.spring Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 
com.atlassian.plugin.tracker   
 

Uses of PluginEventManager in com.atlassian.plugin
 

Constructors in com.atlassian.plugin with parameters of type PluginEventManager
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager)
          Deprecated.  
 

Uses of PluginEventManager in com.atlassian.plugin.classloader
 

Constructors in com.atlassian.plugin.classloader with parameters of type PluginEventManager
PluginsClassLoader(ClassLoader parent, PluginAccessor pluginAccessor, PluginEventManager pluginEventManager)
           
 

Uses of PluginEventManager in com.atlassian.plugin.event.impl
 

Classes in com.atlassian.plugin.event.impl that implement PluginEventManager
 class DefaultPluginEventManager
          Simple, synchronous event manager that uses one or more method selectors to determine event listeners.
 

Uses of PluginEventManager in com.atlassian.plugin.loaders
 

Constructors in com.atlassian.plugin.loaders with parameters of type PluginEventManager
BundledPluginLoader(File source, List<PluginFactory> pluginFactories, PluginEventManager eventManager)
          Construct a bundled plugin loader for a directory or list file source.
BundledPluginLoader(URL zipUrl, File pluginPath, List<PluginFactory> pluginFactories, PluginEventManager eventManager)
          Construct a bundled plugin loader for a zip source.
DirectoryPluginLoader(File path, List<PluginFactory> pluginFactories, PluginArtifactFactory pluginArtifactFactory, PluginEventManager pluginEventManager)
          Constructs a loader for a particular directory and set of deployers
DirectoryPluginLoader(File path, List<PluginFactory> pluginFactories, PluginEventManager pluginEventManager)
          Constructs a loader for a particular directory and set of deployers
RosterFilePluginLoader(File rosterFile, List<PluginFactory> pluginFactories, PluginArtifactFactory pluginArtifactFactory, PluginEventManager pluginEventManager)
          Create a RosterFilePluginLoader which loads a given roster file to locate plugins.
RosterFilePluginLoader(File rosterFile, List<PluginFactory> pluginFactories, PluginEventManager pluginEventManager)
          Create a RosterFilePluginLoader which loads a given roster file to locate plugins.
ScanningPluginLoader(Scanner scanner, List<PluginFactory> pluginFactories, PluginArtifactFactory pluginArtifactFactory, PluginEventManager pluginEventManager)
          Construct a new scanning plugin loader with no default values
ScanningPluginLoader(Scanner scanner, List<PluginFactory> pluginFactories, PluginEventManager pluginEventManager)
          Constructor that provides a default plugin artifact factory `
 

Uses of PluginEventManager in com.atlassian.plugin.main
 

Methods in com.atlassian.plugin.main that return PluginEventManager
 PluginEventManager AtlassianPlugins.getPluginEventManager()
           
 

Uses of PluginEventManager in com.atlassian.plugin.manager
 

Constructors in com.atlassian.plugin.manager with parameters of type PluginEventManager
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, boolean verifyRequiredPlugins)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins, PluginPredicate delayLoadOf)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, PluginPredicate delayLoadOf)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginPredicate delayLoadOf)
           
EnabledModuleCachingPluginAccessor(PluginAccessor delegate, PluginEventManager pluginEventManager)
           
EnabledModuleCachingPluginAccessor(PluginAccessor delegate, PluginEventManager pluginEventManager, ConcurrentCacheFactory<Class<ModuleDescriptor<Object>>,PluginModuleTracker<Object,ModuleDescriptor<Object>>> pluginModuleTrackerCacheFactory)
           
 

Uses of PluginEventManager in com.atlassian.plugin.osgi.bridge
 

Constructors in com.atlassian.plugin.osgi.bridge with parameters of type PluginEventManager
SpringContextEventBridge(PluginEventManager pluginEventManager)
           
SpringOsgiEventBridge(PluginEventManager pluginEventManager)
           
 

Uses of PluginEventManager in com.atlassian.plugin.osgi.container.felix
 

Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type PluginEventManager
FelixOsgiContainerManager(File frameworkBundlesDirectory, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager.
FelixOsgiContainerManager(File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(OsgiPersistentCache, PackageScannerConfiguration, HostComponentProvider, PluginEventManager) instead
FelixOsgiContainerManager(OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager using the framework bundles zip file located in this library.
FelixOsgiContainerManager(URL frameworkBundlesZip, File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(URL, OsgiPersistentCache, PackageScannerConfiguration, HostComponentProvider, PluginEventManager) instead
FelixOsgiContainerManager(URL frameworkBundlesZip, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager.
 

Uses of PluginEventManager in com.atlassian.plugin.osgi.factory
 

Constructors in com.atlassian.plugin.osgi.factory with parameters of type PluginEventManager
OsgiBundleFactory(OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
OsgiBundleFactory(String pluginDescriptorFileName, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
OsgiPlugin(String key, OsgiContainerManager mgr, PluginArtifact artifact, PluginArtifact originalPluginArtifact, PluginEventManager pluginEventManager)
           
OsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
          Default constructor
OsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager, OsgiPluginFactory.PluginTransformerFactory pluginTransformerFactory)
          Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation
RemotablePluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
          Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation
 

Uses of PluginEventManager in com.atlassian.plugin.osgi.spring
 

Constructors in com.atlassian.plugin.osgi.spring with parameters of type PluginEventManager
MarkBundleClassesCacheableListener(org.osgi.framework.BundleContext bundleContext, PluginEventManager pluginEventManager)
           
 

Uses of PluginEventManager in com.atlassian.plugin.servlet
 

Constructors in com.atlassian.plugin.servlet with parameters of type PluginEventManager
DefaultServletModuleManager(PluginEventManager pluginEventManager)
          Creates the servlet module manager, but assumes you will be calling ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext, ServletModuleManager) yourself if you don't extend the dispatching servlet and filter classes to provide the servlet module manager instance.
DefaultServletModuleManager(PluginEventManager pluginEventManager, PathMapper servletPathMapper, PathMapper filterPathMapper)
          Creates the servlet module manager, but assumes you will be calling ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext, ServletModuleManager) yourself if you don't extend the dispatching servlet and filter classes to provide the servlet module manager instance.
DefaultServletModuleManager(javax.servlet.ServletContext servletContext, PluginEventManager pluginEventManager)
          Constructor that sets itself in the servlet context for later use in dispatching servlets and filters.
 

Uses of PluginEventManager in com.atlassian.plugin.servlet.download.plugin
 

Constructors in com.atlassian.plugin.servlet.download.plugin with parameters of type PluginEventManager
PluggableDownloadStrategy(PluginEventManager pluginEventManager)
           
 

Uses of PluginEventManager in com.atlassian.plugin.spring
 

Constructors in com.atlassian.plugin.spring with parameters of type PluginEventManager
SpringServletModuleManager(PluginEventManager pluginEventManager)
           
 

Uses of PluginEventManager in com.atlassian.plugin.tracker
 

Methods in com.atlassian.plugin.tracker with parameters of type PluginEventManager
static
<M,T extends ModuleDescriptor<M>>
PluginModuleTracker<M,T>
DefaultPluginModuleTracker.create(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<? extends ModuleDescriptor<?>> moduleDescriptorClass)
          Static factory method for constructing trackers generically where M is not known.
 

Constructors in com.atlassian.plugin.tracker with parameters of type PluginEventManager
DefaultPluginModuleTracker(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<T> moduleDescriptorClass)
           
DefaultPluginModuleTracker(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<T> moduleDescriptorClass, PluginModuleTracker.Customizer<M,T> pluginModuleTrackerCustomizer)
           
 



Copyright © 2015 Atlassian. All rights reserved.