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

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

public class ForkInfoProvider
extends SimpleScriptExecutionProvider

ServiceDataProvider which monitors local system PIDs


Field Summary
 
Fields inherited from class org.globus.ogsa.impl.base.providers.servicedata.SimpleScriptExecutionProvider
errorString, process, resultDoc
 
Constructor Summary
ForkInfoProvider()
          Creates a new instance of ForkInfoProvider
 
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

ForkInfoProvider

public ForkInfoProvider()
Creates a new instance of ForkInfoProvider

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