Creates a new delegated credential by fetching the actual
credential from the Delegation Service, and stores an
additional user-owned proxy in the specified location.
The dirty flag is set to true at instanciation time, so that the
initial creator of the resource just needs to call store
in order to actually persist the new resource for the first time.
The dirty flag is set to true at instanciation time, so that the
initial creator of the resource just needs to call store
in order to actually persist the new resource for the first time.
Helper class to add, replace, remove map elements from an
xml file containing a fileSystemMaps document (typically used with
$GLOBUS_LOCATION/etc/gram-service/globus_gram_fS_map_config.xml).
This thread class is needed for use be StateMachine to avoid a race
condition between the JobStateMonitor.dispatchEvent() and
JobStateMonitor.unregisterJobID() methods.