Java Globus API: Class GARAProtocol
org.globus.gara.internal
Class GARAProtocol
java.lang.Object
|
+--org.globus.util.http.HTTPProtocol
|
+--org.globus.gara.internal.GARAProtocol
- public class GARAProtocol
- extends HTTPProtocol
This protocol is documented at:
http://www.globus.org/internal/gram-1.1-protocol.html
| Fields inherited from class org.globus.util.http.HTTPProtocol |
CHUNKED, CHUNKING, CONNECTION, CONNECTION_CLOSE, CONTENT_LENGTH, CONTENT_TYPE, CRLF, HOST, HTTP_VERSION, METHOD, SERVER, USER_AGENT |
| Methods inherited from class org.globus.util.http.HTTPProtocol |
createGETHeader, createHTTPHeader, createPUTHeader, ErrorReply, getBadRequestErrorReply, getErrorReply, getFileNotFoundErrorReply, getForbiddenErrorReply, getOKReply, getOKReply, getServerErrorReply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION
public static final String APPLICATION
GARA_MESSAGE_RESERVATION_CREATE
public static final int GARA_MESSAGE_RESERVATION_CREATE
GARA_MESSAGE_RESERVATION_MODIFY
public static final int GARA_MESSAGE_RESERVATION_MODIFY
GARA_MESSAGE_RESERVATION_CANCEL
public static final int GARA_MESSAGE_RESERVATION_CANCEL
GARA_MESSAGE_RESERVATION_STATUS
public static final int GARA_MESSAGE_RESERVATION_STATUS
GARA_MESSAGE_RESERVATION_CALLBACK_REGISTER
public static final int GARA_MESSAGE_RESERVATION_CALLBACK_REGISTER
GARA_MESSAGE_RESERVATION_CALLBACK_UNREGISTER
public static final int GARA_MESSAGE_RESERVATION_CALLBACK_UNREGISTER
GARA_MESSAGE_RESERVATION_BIND
public static final int GARA_MESSAGE_RESERVATION_BIND
GARA_MESSAGE_RESERVATION_UNBIND
public static final int GARA_MESSAGE_RESERVATION_UNBIND
GARA_MESSAGE_RESERVATION_PROPERTIES
public static final int GARA_MESSAGE_RESERVATION_PROPERTIES
GARA_HTTP_MESSAGE_TYPE_LINE
public static final String GARA_HTTP_MESSAGE_TYPE_LINE
GARA_HTTP_RESERVATION_HANDLE_LINE
public static final String GARA_HTTP_RESERVATION_HANDLE_LINE
GARA_HTTP_RESERVATION_REQUEST_LINE
public static final String GARA_HTTP_RESERVATION_REQUEST_LINE
GARA_HTTP_CONTACT_LINE
public static final String GARA_HTTP_CONTACT_LINE
GARA_HTTP_ERROR_LINE
public static final String GARA_HTTP_ERROR_LINE
GARA_HTTP_STATUS_LINE
public static final String GARA_HTTP_STATUS_LINE
GARA_HTTP_RESERVATION_HANDLE_LINE2
public static final String GARA_HTTP_RESERVATION_HANDLE_LINE2
GARA_HTTP_STATUS_LINE2
public static final String GARA_HTTP_STATUS_LINE2
GARA_HTTP_EVENT_TYPE_LINE
public static final String GARA_HTTP_EVENT_TYPE_LINE
GARA_HTTP_QUANTITY_LINE
public static final String GARA_HTTP_QUANTITY_LINE
GARAProtocol
public GARAProtocol()
createMessage
public static String createMessage(String serviceName,
String host,
int message_type,
String reservation_handle,
String reservation_specification,
String client_contact)
OKReply
public static String OKReply()