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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qstat.impl that implement RerunableDocument
 class RerunableDocumentImpl
          A document containing one Rerunable(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.