Uses of Interface
org.apache.geronimo.kernel.config.DeploymentWatcher

Packages that use DeploymentWatcher
org.apache.geronimo.kernel.config   
 

Uses of DeploymentWatcher in org.apache.geronimo.kernel.config
 

Fields in org.apache.geronimo.kernel.config with type parameters of type DeploymentWatcher
protected  Collection<DeploymentWatcher> SimpleConfigurationManager.watchers
           
 

Constructor parameters in org.apache.geronimo.kernel.config with type arguments of type DeploymentWatcher
EditableKernelConfigurationManager(Kernel kernel, AbstractNameQuery defaultStoreNameQuery, Collection<ConfigurationStore> stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection<ListableRepository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
KernelConfigurationManager(Kernel kernel, Collection<ConfigurationStore> stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection<ListableRepository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
SimpleConfigurationManager(Collection<ConfigurationStore> stores, ArtifactResolver artifactResolver, Collection<? extends Repository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
SimpleConfigurationManager(Collection<ConfigurationStore> stores, ArtifactResolver artifactResolver, Collection<? extends Repository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext, ConfigurationModel configurationModel)
           
 



Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.