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.
GaraReservationSpecification(java.lang.String endpoint_a,
java.lang.String endpoint_b,
long start_time,
long duration,
long bandwidth,
java.lang.String protocol,
boolean low_latency)
Methods inherited from class org.globus.rsl.RslAttributes
Default constructor. Initializes data structure to default values.
GaraReservationSpecification
public GaraReservationSpecification(java.lang.String endpoint_a,
java.lang.String endpoint_b,
long start_time,
long duration,
long bandwidth,
java.lang.String protocol,
boolean low_latency)
Parameters:
endpoint_a - The IP address of endpoint a
endpoint_b - The IP address of endpoint b
start_time - The start time in seconds or -1 for "now"
duration - The duration in seconds of the reservation
bandwidth - The bandwidth requested in the reservation
protocol - A string that can be either "TCP" or "UDP" and indicates
the protocol to use during the reservation
low_latency - An optional preference for getting low-latency warnings
GaraReservationSpecification
public GaraReservationSpecification(long start_time,
long duration,
long node_count)
Parameters:
start_time - The start time in seconds or -1 for "now"
duration - The duration in seconds of the reservation