Uses of Interface
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.ThreadsPerProcessDocument

Packages that use ThreadsPerProcessDocument
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl   
 

Uses of ThreadsPerProcessDocument in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd that return ThreadsPerProcessDocument
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.newInstance()
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(File file)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(InputStream is)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(Node node)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(Reader r)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(String xmlAsString)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(URL u)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(XMLStreamReader sr)
           
static ThreadsPerProcessDocument ThreadsPerProcessDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ThreadsPerProcessDocument in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl
 

Classes in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl that implement ThreadsPerProcessDocument
 class ThreadsPerProcessDocumentImpl
          A document containing one ThreadsPerProcess(@http://schemas.ogf.org/jsdl/2007/02/jsdl-spmd) element.
 



Copyright © 2008-2012. All Rights Reserved.