org.apache.geronimo.j2ee
Class ApplicationInfo
java.lang.Object
org.apache.geronimo.j2ee.ApplicationInfo
public class ApplicationInfo
- extends Object
Constructor Summary |
ApplicationInfo()
|
ApplicationInfo(org.apache.geronimo.kernel.config.ConfigurationModuleType type,
org.apache.geronimo.kernel.repository.Environment environment,
org.apache.geronimo.gbean.AbstractName baseName,
org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject vendorDD,
LinkedHashSet modules,
Set moduleLocations,
String originalSpecDD)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationInfo
public ApplicationInfo()
ApplicationInfo
public ApplicationInfo(org.apache.geronimo.kernel.config.ConfigurationModuleType type,
org.apache.geronimo.kernel.repository.Environment environment,
org.apache.geronimo.gbean.AbstractName baseName,
org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject vendorDD,
LinkedHashSet modules,
Set moduleLocations,
String originalSpecDD)
getType
public org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
setType
public void setType(org.apache.geronimo.kernel.config.ConfigurationModuleType type)
getEnvironment
public org.apache.geronimo.kernel.repository.Environment getEnvironment()
setEnvironment
public void setEnvironment(org.apache.geronimo.kernel.repository.Environment environment)
getBaseName
public org.apache.geronimo.gbean.AbstractName getBaseName()
setBaseName
public void setBaseName(org.apache.geronimo.gbean.AbstractName baseName)
getVendorDD
public org.apache.xmlbeans.XmlObject getVendorDD()
setVendorDD
public void setVendorDD(org.apache.xmlbeans.XmlObject vendorDD)
getSpecDD
public org.apache.xmlbeans.XmlObject getSpecDD()
setSpecDD
public void setSpecDD(org.apache.xmlbeans.XmlObject specDD)
getModules
public LinkedHashSet getModules()
setModules
public void setModules(LinkedHashSet modules)
getModuleLocations
public Set getModuleLocations()
setModuleLocations
public void setModuleLocations(Set moduleLocations)
getOriginalSpecDD
public String getOriginalSpecDD()
setOriginalSpecDD
public void setOriginalSpecDD(String originalSpecDD)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.