Uses of Class
org.apache.geronimo.kernel.config.ConfigurationModuleType

Packages that use ConfigurationModuleType
org.apache.geronimo.console.configmanager   
org.apache.geronimo.console.util   
org.apache.geronimo.deployment   
org.apache.geronimo.deployment.plugin.local   
org.apache.geronimo.j2ee   
org.apache.geronimo.j2ee.deployment   
org.apache.geronimo.kernel.config   
 

Uses of ConfigurationModuleType in org.apache.geronimo.console.configmanager
 

Methods in org.apache.geronimo.console.configmanager that return ConfigurationModuleType
 ConfigurationModuleType ConfigManagerPortlet.ModuleDetails.getType()
           
 

Constructors in org.apache.geronimo.console.configmanager with parameters of type ConfigurationModuleType
ConfigManagerPortlet.ModuleDetails(Artifact configId, ConfigurationModuleType type, State state)
           
ConfigManagerPortlet.ModuleDetails(Artifact configId, ConfigurationModuleType type, State state, List parents, List children)
           
 

Uses of ConfigurationModuleType in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util that return ConfigurationModuleType
 ConfigurationModuleType ConfigurationData.getType()
           
 

Methods in org.apache.geronimo.console.util with parameters of type ConfigurationModuleType
 ConfigurationData[] ManagementHelper.getConfigurations(ConfigurationModuleType type, boolean includeChildModules)
           
 ConfigurationData[] KernelManagementHelper.getConfigurations(ConfigurationModuleType type, boolean includeChildModules)
           
static ConfigurationData[] PortletManager.getConfigurations(javax.portlet.PortletRequest request, ConfigurationModuleType type, boolean includeChildModules)
           
 

Constructors in org.apache.geronimo.console.util with parameters of type ConfigurationModuleType
ConfigurationData(Artifact configID, AbstractName parentName, String childName, State state, ConfigurationModuleType type, AbstractName moduleBeanName)
           
 

Uses of ConfigurationModuleType in org.apache.geronimo.deployment
 

Constructors in org.apache.geronimo.deployment with parameters of type ConfigurationModuleType
DeploymentContext(File baseDir, File inPlaceConfigurationDir, Environment environment, AbstractName moduleName, ConfigurationModuleType moduleType, Naming naming, ConfigurationManager configurationManager)
           
DeploymentContext(File baseDir, File inPlaceConfigurationDir, Environment environment, AbstractName moduleName, ConfigurationModuleType moduleType, Naming naming, ConfigurationManager configurationManager, Collection repositories)
           
 

Uses of ConfigurationModuleType in org.apache.geronimo.deployment.plugin.local
 

Methods in org.apache.geronimo.deployment.plugin.local with parameters of type ConfigurationModuleType
static ModuleType CommandSupport.convertModuleType(ConfigurationModuleType type)
           
 

Uses of ConfigurationModuleType in org.apache.geronimo.j2ee
 

Methods in org.apache.geronimo.j2ee that return ConfigurationModuleType
 ConfigurationModuleType ApplicationInfo.getType()
           
 

Constructors in org.apache.geronimo.j2ee with parameters of type ConfigurationModuleType
ApplicationInfo(ConfigurationModuleType type, Environment environment, AbstractName baseName, JarFile earFile, org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject vendorDD, LinkedHashSet<Module> modules, ModuleList moduleLocations, String originalSpecDD)
           
 

Uses of ConfigurationModuleType in org.apache.geronimo.j2ee.deployment
 

Methods in org.apache.geronimo.j2ee.deployment that return ConfigurationModuleType
 ConfigurationModuleType WebModule.getType()
           
abstract  ConfigurationModuleType Module.getType()
           
 ConfigurationModuleType EJBModule.getType()
           
 ConfigurationModuleType ConnectorModule.getType()
           
 ConfigurationModuleType AppClientModule.getType()
           
 

Constructors in org.apache.geronimo.j2ee.deployment with parameters of type ConfigurationModuleType
EARContext(File baseDir, File inPlaceConfigurationDir, Environment environment, ConfigurationModuleType moduleType, AbstractName baseName, EARContext parent)
           
EARContext(File baseDir, File inPlaceConfigurationDir, Environment environment, ConfigurationModuleType moduleType, Naming naming, ConfigurationManager configurationManager, AbstractNameQuery serverName, AbstractName baseName, AbstractNameQuery transactionManagerObjectName, AbstractNameQuery connectionTrackerObjectName, AbstractNameQuery transactedTimerName, AbstractNameQuery nonTransactedTimerName, AbstractNameQuery corbaGBeanObjectName, Map messageDestinations)
           
EARContext(File baseDir, File inPlaceConfigurationDir, Environment environment, ConfigurationModuleType moduleType, Naming naming, ConfigurationManager configurationManager, Collection repositories, AbstractNameQuery serverName, AbstractName baseName, AbstractNameQuery transactionManagerObjectName, AbstractNameQuery connectionTrackerObjectName, AbstractNameQuery transactedTimerName, AbstractNameQuery nonTransactedTimerName, AbstractNameQuery corbaGBeanObjectName)
           
 

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

Fields in org.apache.geronimo.kernel.config declared as ConfigurationModuleType
static ConfigurationModuleType ConfigurationModuleType.CAR
           
static ConfigurationModuleType ConfigurationModuleType.EAR
           
static ConfigurationModuleType ConfigurationModuleType.EJB
           
static ConfigurationModuleType ConfigurationModuleType.RAR
           
static ConfigurationModuleType ConfigurationModuleType.SERVICE
           
static ConfigurationModuleType ConfigurationModuleType.SPR
           
static ConfigurationModuleType ConfigurationModuleType.WAR
           
 

Methods in org.apache.geronimo.kernel.config that return ConfigurationModuleType
static ConfigurationModuleType ConfigurationModuleType.getByName(String name)
           
static ConfigurationModuleType ConfigurationModuleType.getFromValue(int index)
           
static ConfigurationModuleType ConfigurationModuleType.getFromValue(Integer index)
           
 ConfigurationModuleType ConfigurationData.getModuleType()
           
 ConfigurationModuleType Configuration.getModuleType()
          Gets the type of the configuration (WAR, RAR et cetera)
 ConfigurationModuleType ConfigurationInfo.getType()
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type ConfigurationModuleType
ConfigurationData(ConfigurationModuleType moduleType, LinkedHashSet classPath, List gbeans, Map childConfigurations, Environment environment, File configurationDir, File inPlaceConfigurationDir, Naming naming)
           
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation)
           
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state)
           
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state, Artifact parentID)
           
 



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