org.globus.ogsa.impl.base.gram.client.test
Class GramClient
java.lang.Object
org.globus.ogsa.impl.base.gram.client.test.GramClient
- All Implemented Interfaces:
- GramJobListener
- public class GramClient
- extends java.lang.Object
- implements GramJobListener
|
Constructor Summary |
GramClient(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity)
|
GramClient(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity,
boolean destroy)
|
|
Method Summary |
protected void |
init(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity,
boolean destroy)
|
static void |
main(java.lang.String[] args)
|
void |
statusChanged(GramJob job)
This method is used to notify the implementer when the status of a
GramJob has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GramClient
public GramClient(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity,
boolean destroy)
GramClient
public GramClient(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity)
main
public static void main(java.lang.String[] args)
init
protected void init(java.lang.String factoryUrl,
java.lang.String rslFile,
boolean grimChecks,
Authorization authorization,
java.lang.Integer xmlSecurity,
boolean destroy)
statusChanged
public void statusChanged(GramJob job)
- Description copied from interface:
GramJobListener
- This method is used to notify the implementer when the status of a
GramJob has changed.
- Specified by:
statusChanged in interface GramJobListener
- Parameters:
job - The GramJob whose status has changed.