Uses of Interface
org.apache.geronimo.deployment.xbeans.EnvironmentType

Packages that use EnvironmentType
org.apache.geronimo.deployment.service   
org.apache.geronimo.deployment.service.jsr88   
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of EnvironmentType in org.apache.geronimo.deployment.service
 

Methods in org.apache.geronimo.deployment.service that return EnvironmentType
static EnvironmentType EnvironmentBuilder.buildEnvironmentType(org.apache.geronimo.kernel.repository.Environment environment)
           
 

Methods in org.apache.geronimo.deployment.service with parameters of type EnvironmentType
static org.apache.geronimo.kernel.repository.Environment EnvironmentBuilder.buildEnvironment(EnvironmentType environmentType)
           
static org.apache.geronimo.kernel.repository.Environment EnvironmentBuilder.buildEnvironment(EnvironmentType environmentType, org.apache.geronimo.kernel.repository.Environment defaultEnvironment)
           
 

Uses of EnvironmentType in org.apache.geronimo.deployment.service.jsr88
 

Methods in org.apache.geronimo.deployment.service.jsr88 that return EnvironmentType
protected  EnvironmentType EnvironmentData.getEnvironmentType()
           
 

Methods in org.apache.geronimo.deployment.service.jsr88 with parameters of type EnvironmentType
 void EnvironmentData.configure(EnvironmentType env)
           
 

Constructors in org.apache.geronimo.deployment.service.jsr88 with parameters of type EnvironmentType
EnvironmentData(EnvironmentType dependency)
           
 

Uses of EnvironmentType in org.apache.geronimo.deployment.xbeans
 

Methods in org.apache.geronimo.deployment.xbeans that return EnvironmentType
 EnvironmentType ClientEnvironmentDocument.addNewClientEnvironment()
          Appends and returns a new empty "client-environment" element
 EnvironmentType ModuleType.addNewEnvironment()
          Appends and returns a new empty "environment" element
 EnvironmentType EnvironmentDocument.addNewEnvironment()
          Appends and returns a new empty "environment" element
 EnvironmentType ServerEnvironmentDocument.addNewServerEnvironment()
          Appends and returns a new empty "server-environment" element
 EnvironmentType ClientEnvironmentDocument.getClientEnvironment()
          Gets the "client-environment" element
 EnvironmentType ModuleType.getEnvironment()
          Gets the "environment" element
 EnvironmentType EnvironmentDocument.getEnvironment()
          Gets the "environment" element
 EnvironmentType ServerEnvironmentDocument.getServerEnvironment()
          Gets the "server-environment" element
static EnvironmentType EnvironmentType.Factory.newInstance()
           
static EnvironmentType EnvironmentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(File file)
           
static EnvironmentType EnvironmentType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(InputStream is)
           
static EnvironmentType EnvironmentType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(Node node)
           
static EnvironmentType EnvironmentType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(Reader r)
           
static EnvironmentType EnvironmentType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(String xmlAsString)
           
static EnvironmentType EnvironmentType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(URL u)
           
static EnvironmentType EnvironmentType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EnvironmentType EnvironmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EnvironmentType EnvironmentType.Factory.parse(XMLStreamReader sr)
           
static EnvironmentType EnvironmentType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type EnvironmentType
 void ClientEnvironmentDocument.setClientEnvironment(EnvironmentType clientEnvironment)
          Sets the "client-environment" element
 void ModuleType.setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void EnvironmentDocument.setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void ServerEnvironmentDocument.setServerEnvironment(EnvironmentType serverEnvironment)
          Sets the "server-environment" element
 

Uses of EnvironmentType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement EnvironmentType
 class EnvironmentTypeImpl
          An XML environmentType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return EnvironmentType
 EnvironmentType ClientEnvironmentDocumentImpl.addNewClientEnvironment()
          Appends and returns a new empty "client-environment" element
 EnvironmentType ModuleTypeImpl.addNewEnvironment()
          Appends and returns a new empty "environment" element
 EnvironmentType EnvironmentDocumentImpl.addNewEnvironment()
          Appends and returns a new empty "environment" element
 EnvironmentType ServerEnvironmentDocumentImpl.addNewServerEnvironment()
          Appends and returns a new empty "server-environment" element
 EnvironmentType ClientEnvironmentDocumentImpl.getClientEnvironment()
          Gets the "client-environment" element
 EnvironmentType ModuleTypeImpl.getEnvironment()
          Gets the "environment" element
 EnvironmentType EnvironmentDocumentImpl.getEnvironment()
          Gets the "environment" element
 EnvironmentType ServerEnvironmentDocumentImpl.getServerEnvironment()
          Gets the "server-environment" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type EnvironmentType
 void ClientEnvironmentDocumentImpl.setClientEnvironment(EnvironmentType clientEnvironment)
          Sets the "client-environment" element
 void ModuleTypeImpl.setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void EnvironmentDocumentImpl.setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void ServerEnvironmentDocumentImpl.setServerEnvironment(EnvironmentType serverEnvironment)
          Sets the "server-environment" element
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.