|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationModuleType | |
|---|---|
| org.apache.geronimo.kernel.config | |
| 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<String> classPath,
List<GBeanData> gbeans,
Map<String,ConfigurationData> 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||