Java Globus API: Class GaraBindParameters

org.globus.gara
Class GaraBindParameters

java.lang.Object
  |
  +--org.globus.rsl.RslAttributes
        |
        +--org.globus.gara.GaraBindParameters

public class GaraBindParameters
extends RslAttributes

This class is an extension of org.globus.RslAttributes which provides specialized constructors for creating a data structure which contains apropriate reservation binding parameters.

See Also:
GaraReservation.bind(org.globus.gara.GaraBindParameters)

Fields inherited from class org.globus.rsl.RslAttributes
rslTree
 
Constructor Summary
GaraBindParameters()
          Default constructor.
GaraBindParameters(String endpoint, long port_a, long port_b)
           
 
Methods inherited from class org.globus.rsl.RslAttributes
add, addMulti, addVariable, get, getFirstValue, getMap, getMulti, getRelation, getRslNode, getSingle, getVariables, remove, remove, removeMap, removeVariable, set, setMulti, toRSL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaraBindParameters

public GaraBindParameters()
Default constructor. Initializes the data structure with default values.

GaraBindParameters

public GaraBindParameters(String endpoint,
                          long port_a,
                          long port_b)
Parameters:
endpoint - A string which can be either "a" or "b" and indicates ???.
port_a - The port to attatch to at endpoint a.
port_b - The port to attatch to at endpoint b.