org.apache.geronimo.j2ee
Class ApplicationInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.geronimo.gbean.AbstractName getBaseName()
           
 org.apache.geronimo.kernel.repository.Environment getEnvironment()
           
 Set getModuleLocations()
           
 LinkedHashSet getModules()
           
 String getOriginalSpecDD()
           
 org.apache.xmlbeans.XmlObject getSpecDD()
           
 org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
           
 org.apache.xmlbeans.XmlObject getVendorDD()
           
 void setBaseName(org.apache.geronimo.gbean.AbstractName baseName)
           
 void setEnvironment(org.apache.geronimo.kernel.repository.Environment environment)
           
 void setModuleLocations(Set moduleLocations)
           
 void setModules(LinkedHashSet modules)
           
 void setOriginalSpecDD(String originalSpecDD)
           
 void setSpecDD(org.apache.xmlbeans.XmlObject specDD)
           
 void setType(org.apache.geronimo.kernel.config.ConfigurationModuleType type)
           
 void setVendorDD(org.apache.xmlbeans.XmlObject vendorDD)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.