Uses of Class
org.globus.gram.GramJob
Packages that use GramJob
Package
Description
This library is a full implementation of the GRAM client API.
Provides a pure Java Globus GASS server for
transferring files via HTTPS.
-
Uses of GramJob in org.globus.gram
Subclasses of GramJob in org.globus.gramMethods in org.globus.gram that return GramJobMethods in org.globus.gram with parameters of type GramJobModifier and TypeMethodDescriptionstatic voidThis function cancels an already running job.private static GSSCredentialGram.getJobCredentials(GramJob job) static intThis function sends a signal to a job.static voidThis function updates the status of a job (within the job object), and throws an exception if the status is not OK.voidCallbackHandler.registerJob(GramJob job) Registers gram job to listen for status updatesstatic voidGram.registerListener(GramJob job) This function registers the job for status updates.static voidGram.registerListener(GramJob job, CallbackHandler handler) static voidGram.renew(GramJob job, GSSCredential newCred) Requests that a globus job manager accept newly delegated credentials.static voidGram.renew(GramJob job, GSSCredential newCred, boolean limitedDelegation) Requests that a globus job manager accept newly delegated credentials.static voidSubmits a GramJob to specified gatekeeper as an interactive job.static voidSubmits a GramJob to specified gatekeeper as a interactive or batch job.static voidGram.request(String resourceManagerContact, GramJob job, boolean batchJob, boolean limitedDelegation) Submits a GramJob to specified gatekeeper as a interactive or batch job.voidGramJobListener.statusChanged(GramJob job) This method is used to notify the implementer when the status of a GramJob has changed.voidCallbackHandler.unregisterJob(GramJob job) Unregisters gram job from listening to status updatesstatic voidGram.unregisterListener(GramJob job) This function unregisters the job from callback listener.static voidGram.unregisterListener(GramJob job, CallbackHandler handler) -
Uses of GramJob in org.globus.io.gass.server
Fields in org.globus.io.gass.server declared as GramJobMethods in org.globus.io.gass.server with parameters of type GramJob