Uses of Class
org.globus.gram.CallbackHandler
-
Packages that use CallbackHandler Package Description org.globus.gram This library is a full implementation of the GRAM client API. -
-
Uses of CallbackHandler in org.globus.gram
Fields in org.globus.gram declared as CallbackHandler Modifier and Type Field Description private CallbackHandlerGramCallbackHandler. handlerMethods in org.globus.gram that return CallbackHandler Modifier and Type Method Description static CallbackHandlerGram. deactivateCallbackHandler(org.ietf.jgss.GSSCredential cred)Deactivates a callback handler for a given credential.private static CallbackHandlerGram. initCallbackHandler(org.ietf.jgss.GSSCredential cred)Methods in org.globus.gram with parameters of type CallbackHandler Modifier and Type Method Description static voidGram. registerListener(GramJob job, CallbackHandler handler)static voidGram. unregisterListener(GramJob job, CallbackHandler handler)Constructors in org.globus.gram with parameters of type CallbackHandler Constructor Description GramCallbackHandler(CallbackHandler handler, java.net.Socket socket)
-