Java Globus API: Class Gara
org.globus.gara
Class Gara
java.lang.Object
|
+--org.globus.gara.Gara
- public class Gara
- extends Object
|
Constructor Summary |
Gara()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callbackHandlers
protected static Hashtable callbackHandlers
Gara
public Gara()
create
public static void create(GaraReservation reservation,
GaraResourceManagerContact rmc,
GaraReservationSpecification specs)
throws GaraException,
GSSException
status
public static void status(GaraReservation reservation)
throws GaraException,
GSSException
modify
public static void modify(GaraReservation reservation,
GaraReservationSpecification specs)
throws GaraException,
GSSException
cancel
public static void cancel(GaraReservation reservation)
throws GaraException,
GSSException
unbind
public static void unbind(GaraReservation reservation)
throws GaraException,
GSSException
bind
public static void bind(GaraReservation reservation,
GaraBindParameters params)
throws GaraException,
GSSException
properties
public static void properties(GaraResourceManagerContact handle)
throws GaraException
callback_register
public static void callback_register(GaraReservation reservation)
throws GaraException,
GSSException
callback_remove
public static void callback_remove(GaraReservation reservation)
throws GaraException,
GSSException