|
|||||||||||
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.EAR
|
static ConfigurationModuleType |
ConfigurationModuleType.EJB
|
static ConfigurationModuleType |
ConfigurationModuleType.CAR
|
static ConfigurationModuleType |
ConfigurationModuleType.RAR
|
static ConfigurationModuleType |
ConfigurationModuleType.WAR
|
static ConfigurationModuleType |
ConfigurationModuleType.SERVICE
|
Methods in org.apache.geronimo.kernel.config that return ConfigurationModuleType | |
ConfigurationModuleType |
Configuration.getModuleType()
Gets the type of the configuration (WAR, RAR et cetera) |
static ConfigurationModuleType |
ConfigurationModuleType.getFromValue(int index)
|
static ConfigurationModuleType |
ConfigurationModuleType.getFromValue(Integer index)
|
ConfigurationModuleType |
ConfigurationInfo.getType()
|
Constructors in org.apache.geronimo.kernel.config with parameters of type ConfigurationModuleType | |
Configuration(Kernel kernel,
String objectName,
URI id,
ConfigurationModuleType moduleType,
URI parentID,
ConfigurationParent parent,
List classPath,
byte[] gbeanState,
Collection repositories,
List dependencies)
Constructor that can be used to create an offline Configuration, typically only used publically during the deployment process for initial configuration. |
|
ConfigurationInfo(javax.management.ObjectName storeName,
URI configID,
State state,
ConfigurationModuleType type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |