Uses of Interface
org.openejb.xbeans.ejbjar.OpenejbActivationConfigPropertyType

Packages that use OpenejbActivationConfigPropertyType
org.openejb.xbeans.ejbjar   
org.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbActivationConfigPropertyType in org.openejb.xbeans.ejbjar
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbActivationConfigPropertyType
 OpenejbActivationConfigPropertyType[] OpenejbActivationConfigType.getActivationConfigPropertyArray()
          Gets array of all "activation-config-property" elements
 OpenejbActivationConfigPropertyType OpenejbActivationConfigType.getActivationConfigPropertyArray(int i)
          Gets ith "activation-config-property" element
 OpenejbActivationConfigPropertyType OpenejbActivationConfigType.insertNewActivationConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element
 OpenejbActivationConfigPropertyType OpenejbActivationConfigType.addNewActivationConfigProperty()
          Appends and returns a new empty value (as xml) as the last "activation-config-property" element
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.newInstance()
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(String xmlAsString)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(File file)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(URL u)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(InputStream is)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(Reader r)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(Node node)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbActivationConfigPropertyType OpenejbActivationConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
 

Methods in org.openejb.xbeans.ejbjar with parameters of type OpenejbActivationConfigPropertyType
 void OpenejbActivationConfigType.setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
          Sets array of all "activation-config-property" element
 void OpenejbActivationConfigType.setActivationConfigPropertyArray(int i, OpenejbActivationConfigPropertyType activationConfigProperty)
          Sets ith "activation-config-property" element
 

Uses of OpenejbActivationConfigPropertyType in org.openejb.xbeans.ejbjar.impl
 

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbActivationConfigPropertyType
 class OpenejbActivationConfigPropertyTypeImpl
          An XML activation-config-propertyType(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 

Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbActivationConfigPropertyType
 OpenejbActivationConfigPropertyType[] OpenejbActivationConfigTypeImpl.getActivationConfigPropertyArray()
          Gets array of all "activation-config-property" elements
 OpenejbActivationConfigPropertyType OpenejbActivationConfigTypeImpl.getActivationConfigPropertyArray(int i)
          Gets ith "activation-config-property" element
 OpenejbActivationConfigPropertyType OpenejbActivationConfigTypeImpl.insertNewActivationConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element
 OpenejbActivationConfigPropertyType OpenejbActivationConfigTypeImpl.addNewActivationConfigProperty()
          Appends and returns a new empty value (as xml) as the last "activation-config-property" element
 

Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbActivationConfigPropertyType
 void OpenejbActivationConfigTypeImpl.setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
          Sets array of all "activation-config-property" element
 void OpenejbActivationConfigTypeImpl.setActivationConfigPropertyArray(int i, OpenejbActivationConfigPropertyType activationConfigProperty)
          Sets ith "activation-config-property" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.