Java Globus API: Package org.globus.gara

Package org.globus.gara

This library is an implementation of the GARA reservation API in Java.

See:
          Description

Interface Summary
GaraReservationListener This interface is used to allow GaraReservation objects to be monitored for status changes.
 

Class Summary
CallbackHandler The Server class acts as a basic multi-threaded HTTPS server.
Gara  
GaraBindParameters This class is an extension of org.globus.RslAttributes which provides specialized constructors for creating a data structure which contains apropriate reservation binding parameters.
GaraReservation This class is the primary class used in affecting gara reservations.
GaraReservationSpecification This class is an extension of org.globus.RslAttributes which provides specialized constructors for creating a data structure which contains apropriate specification parameters for creating and modifying reservations.
GaraReservationStatus This class is used to store the status of a GaraReservation.
GaraResourceManagerContact The purpose of this class is to parse gara resource manager contact strings.
GaraTest  
JavaGaraTest  
 

Exception Summary
GaraException This class defines the exceptions which are thrown by various Gara and GaraReservation methods.
 

Package org.globus.gara Description

This library is an implementation of the GARA reservation API in Java. It allows for creating, canceling, and modifying various types of reservations, including network, CPU, and SGI graphics pipe reservations. It also allows for polling reservation status and registering and un-registering callback listeners just like in the GRAM library.
The Java GARA library currently provides support only for network reservations. However, support of other types of reservations can easily be added to the library.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: