Uses of Interface
org.icenigrid.schema.pbs.qstat.ExitStatusDocument

Packages that use ExitStatusDocument
org.icenigrid.schema.pbs.qstat   
org.icenigrid.schema.pbs.qstat.impl   
 

Uses of ExitStatusDocument in org.icenigrid.schema.pbs.qstat
 

Methods in org.icenigrid.schema.pbs.qstat that return ExitStatusDocument
static ExitStatusDocument ExitStatusDocument.Factory.newInstance()
           
static ExitStatusDocument ExitStatusDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.File file)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.InputStream is)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(org.w3c.dom.Node node)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.Reader r)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.lang.String xmlAsString)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.net.URL u)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ExitStatusDocument ExitStatusDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ExitStatusDocument ExitStatusDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ExitStatusDocument ExitStatusDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ExitStatusDocument in org.icenigrid.schema.pbs.qstat.impl
 

Classes in org.icenigrid.schema.pbs.qstat.impl that implement ExitStatusDocument
 class ExitStatusDocumentImpl
          A document containing one exit_status(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.