Uses of Interface
org.apache.geronimo.kernel.repository.WritableListableRepository

Packages that use WritableListableRepository
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.kernel.repository   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin   
 

Uses of WritableListableRepository in org.apache.geronimo.j2ee.management.impl
 

Methods in org.apache.geronimo.j2ee.management.impl that return WritableListableRepository
 WritableListableRepository[] J2EEServerImpl.getWritableRepositories()
           
 

Uses of WritableListableRepository in org.apache.geronimo.kernel.repository
 

Classes in org.apache.geronimo.kernel.repository that implement WritableListableRepository
 class Maven1Repository
           
 class Maven2Repository
           
 

Uses of WritableListableRepository in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return WritableListableRepository
 WritableListableRepository[] J2EEServer.getWritableRepositories()
          Gets the writable repositories associated with this J2EEServer.
 

Uses of WritableListableRepository in org.apache.geronimo.mavenplugins.car
 

Classes in org.apache.geronimo.mavenplugins.car that implement WritableListableRepository
 class Maven2RepositoryAdapter
          Helps adapt Geronimo repositories to Maven repositories for packaging building.
 

Constructors in org.apache.geronimo.mavenplugins.car with parameters of type WritableListableRepository
MavenConfigStore(Kernel kernel, String objectName, WritableListableRepository repository)
           
MavenConfigStore(WritableListableRepository repository)
           
 

Uses of WritableListableRepository in org.apache.geronimo.system.configuration
 

Fields in org.apache.geronimo.system.configuration declared as WritableListableRepository
protected  WritableListableRepository RepositoryConfigurationStore.repository
           
 

Constructors in org.apache.geronimo.system.configuration with parameters of type WritableListableRepository
RepositoryConfigurationStore(Kernel kernel, String objectName, WritableListableRepository repository)
           
RepositoryConfigurationStore(WritableListableRepository repository)
           
 

Uses of WritableListableRepository in org.apache.geronimo.system.plugin
 

Constructors in org.apache.geronimo.system.plugin with parameters of type WritableListableRepository
PluginInstallerGBean(ConfigurationManager configManager, WritableListableRepository repository, ConfigurationStore configStore, ServerInfo serverInfo, ThreadPool threadPool, PluginAttributeStore store)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.