Uses of Class
org.apache.openejb.jee.oejb2.EnvironmentType

Packages that use EnvironmentType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EnvironmentType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as EnvironmentType
protected  EnvironmentType ServiceModuleType.environment
           
protected  EnvironmentType ApplicationType.environment
           
protected  EnvironmentType OpenejbJarType.environment
           
protected  EnvironmentType GeronimoEjbJarType.environment
           
 

Methods in org.apache.openejb.jee.oejb2 that return EnvironmentType
 EnvironmentType ObjectFactory.createEnvironmentType()
          Create an instance of EnvironmentType
 EnvironmentType ServiceModuleType.getEnvironment()
          Gets the value of the environment property.
 EnvironmentType ApplicationType.getEnvironment()
          Gets the value of the environment property.
 EnvironmentType OpenejbJarType.getEnvironment()
          Gets the value of the environment property.
 EnvironmentType GeronimoEjbJarType.getEnvironment()
          Gets the value of the environment property.
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type EnvironmentType
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createClientEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createServerEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type EnvironmentType
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createClientEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 javax.xml.bind.JAXBElement<EnvironmentType> ObjectFactory.createServerEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 void ServiceModuleType.setEnvironment(EnvironmentType value)
          Sets the value of the environment property.
 void ApplicationType.setEnvironment(EnvironmentType value)
          Sets the value of the environment property.
 void OpenejbJarType.setEnvironment(EnvironmentType value)
          Sets the value of the environment property.
 void GeronimoEjbJarType.setEnvironment(EnvironmentType value)
          Sets the value of the environment property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.