UNICORE Resource Broker NJS Plugin
1.5α1

org.eurogrid.broker.server
Interface ResourceBroker.TSIRunEngine

Enclosing interface:
ResourceBroker

public static interface ResourceBroker.TSIRunEngine

Passed to LocalResourceCheckers that wish to run scripts on the local TSI.

Author:
Donal K. Fellows

Method Summary
 IncarnatedUser getUser()
          Get the identity of the user/agent running the script.
 StringTokenizer runScriptOnTSI(String script)
          Run a script on the TSI and pass back the results.
 

Method Detail

getUser

public IncarnatedUser getUser()
Get the identity of the user/agent running the script.


runScriptOnTSI

public StringTokenizer runScriptOnTSI(String script)
Run a script on the TSI and pass back the results.

Returns:
A tokenizer that delivers the stream of tokens produced by the script, or null if an error occurred. In the error case, appropriate logging will already have been done.

UNICORE Resource Broker NJS Plugin
1.5α1

Submit a bug or feature
Copyright © 2002-2004 University of Manchester, U.K. See license.terms for details.