Uses of Class
org.globus.gram.GramException
Packages that use GramException
-
Uses of GramException in org.globus.gram
Subclasses of GramException in org.globus.gramModifier and TypeClassDescriptionclassThis class represents a specific type of GramException.Methods in org.globus.gram that throw GramExceptionModifier and TypeMethodDescriptionvoidGramJob.bind()Registers a callback listener for this job.static voidThis function cancels an already running job.voidGramJob.cancel()Cancels a job.private static voidGram.checkHttpReply(int code) private static voidGram.checkProtocolVersion(int protocolVersion) private static SocketGram.gatekeeperConnect(GSSCredential cred, ResourceManagerContact rmc, boolean doDel, boolean limitedDelegation) private static CallbackHandlerGram.initCallbackHandler(GSSCredential cred) private static GatekeeperReplyGram.jmConnect(GSSCredential cred, GlobusURL jobURL, String msg) 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.static voidPerforms ping operation on the gatekeeper with default user credentials.static voidGram.ping(GSSCredential cred, String resourceManagerContact) Performs ping operation on the gatekeeper with specified user credentials.static 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.voidGramJob.renew(GSSCredential newCred) Requests that the job's delegated credentials be renewed/refreshed.voidGramJob.renew(GSSCredential newCred, boolean limitedDelegation) Requests that the job's delegated credentials be renewed/refreshed.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.voidSubmits a job to the specified gatekeeper as an interactive job.voidSubmits a job to the specified gatekeeper either as an interactive or batch job.voidSubmits a job to the specified gatekeeper either as an interactive or batch job.intGramJob.signal(int signal) Sends a signal command to the job.intSends a signal command to the job.voidGramJob.unbind()Unregisters a callback listener for this job.static voidGram.unregisterListener(GramJob job) This function unregisters the job from callback listener.static voidGram.unregisterListener(GramJob job, CallbackHandler handler)