org.globus.ogsa.impl.base.providers.servicedata.impl
Class PBSInfoProvider

java.lang.Object
  extended byorg.globus.ogsa.impl.base.providers.servicedata.SimpleScriptExecutionProvider
      extended byorg.globus.ogsa.impl.base.providers.servicedata.impl.PBSInfoProvider
All Implemented Interfaces:
DOMDataProvider, SimpleDataProvider

public class PBSInfoProvider
extends SimpleScriptExecutionProvider

ServiceDataProvider which queries PBS for queue information


Field Summary
 
Fields inherited from class org.globus.ogsa.impl.base.providers.servicedata.SimpleScriptExecutionProvider
errorString, process, resultDoc
 
Constructor Summary
PBSInfoProvider()
          Creates a new instance of PBSInfoProvider
 
Method Summary
 java.lang.String getDefaultArgs()
          If the provider has a set of default arguments, they can be retrieved with this function
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.globus.ogsa.impl.base.providers.servicedata.SimpleScriptExecutionProvider
argVectorToString, getDescription, getErrorString, getName, run, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBSInfoProvider

public PBSInfoProvider()
Creates a new instance of PBSInfoProvider

Method Detail

main

public static void main(java.lang.String[] args)

getDefaultArgs

public java.lang.String getDefaultArgs()
If the provider has a set of default arguments, they can be retrieved with this function

Specified by:
getDefaultArgs in interface SimpleDataProvider
Overrides:
getDefaultArgs in class SimpleScriptExecutionProvider