Package org.globus.gram.internal
Class GRAMProtocol
java.lang.Object
org.globus.util.http.HTTPProtocol
org.globus.gram.internal.GRAMProtocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.globus.util.http.HTTPProtocol
CHUNKED, CHUNKING, CONNECTION, CONNECTION_CLOSE, CONTENT_LENGTH, CONTENT_TYPE, CRLF, HOST, HTTP_VERSION, LOCATION, METHOD, SERVER, USER_AGENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
CANCEL_JOB
(String jobmanager_url, String hostname) private static final String
static String
OKReply()
static String
static String
REGISTER_CALLBACK
(String jobmanager_url, String hostname, int state_mask, String callback_url) static String
static String
REQUEST
(String servicename, String hostname, int state_mask, String callback_url, String rsl_string) static String
static String
STATUS_POLL
(String jobmanager_url, String hostname) static String
UNREGISTER_CALLBACK
(String jobmanager_url, String hostname, String callback_url) Methods inherited from class org.globus.util.http.HTTPProtocol
createGETHeader, createHTTPHeader, createPUTHeader, ErrorReply, getBadRequestErrorReply, getErrorReply, getFileNotFoundErrorReply, getForbiddenErrorReply, getOKReply, getOKReply, getServerErrorReply
-
Field Details
-
GRAM_PROTOCOL_VERSION
public static final int GRAM_PROTOCOL_VERSION- See Also:
-
APPLICATION
- See Also:
-
PROTOCOL_VERSION
- See Also:
-
JOB_STATE_MASK
- See Also:
-
CALLBACK_URL
- See Also:
-
RSL
- See Also:
-
STATUS
- See Also:
-
CANCEL
- See Also:
-
REGISTER
- See Also:
-
UNREGISTER
- See Also:
-
SIGNAL
- See Also:
-
RENEW
- See Also:
-
PROTOCOL_VERSION_LINE
- See Also:
-
-
Constructor Details
-
GRAMProtocol
public GRAMProtocol()
-
-
Method Details
-
REQUEST
-
PING
-
STATUS_POLL
-
SIGNAL
-
REGISTER_CALLBACK
-
UNREGISTER_CALLBACK
-
RENEW
-
CANCEL_JOB
-
JMREQUEST
-
OKReply
-