Uses of Class
org.apache.geronimo.system.plugin.model.ModuleType

Packages that use ModuleType
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin.model   
 

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

Methods in org.apache.geronimo.system.configuration that return ModuleType
static ModuleType AttributesXmlUtil.loadModule(Reader in)
           
 

Uses of ModuleType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type ModuleType
protected  List<ModuleType> AttributesType.configuration
           
protected  List<ModuleType> AttributesType.module
           
 

Methods in org.apache.geronimo.system.plugin.model that return ModuleType
 ModuleType ObjectFactory.createModuleType()
          Create an instance of ModuleType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type ModuleType
 List<ModuleType> AttributesType.getConfiguration()
          Gets the value of the configuration property.
 List<ModuleType> AttributesType.getModule()
          Gets the value of the module property.
 



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