Main Page | Modules | Data Structures | File List | Data Fields | Globals

Globus WSRF Core Tools

3.10

The Globus WSRF Core Tools package consists of C libraries and programs for accessing and manipulating WSRF resources. The library consists of functions for manipulating EndpointReferences, performing conversions on some core wsrf and xml types, and for parsing some standard command-line options for WSRF client programs.

This module uses standard Globus module activation and deactivation.

Before any functions in this module can be called, the GLOBUS_WSRF_CORE_TOOLS_MODULE module descriptor must be activated.

globus_module_activate(GLOBUS_WSRF_CORE_TOOLS_MODULE);

This function returns GLOBUS_SUCCESS if the module was successfully initialized, and you are therefore allowed to call functions implemented in it. Otherwise, an error code is returned, and functions from this module should not be subsequently called. This function may be called multiple times.

To deactivate this module, the following must be called:

globus_module_deactivate(GLOBUS_WSRF_CORE_TOOLS_MODULE);

This function should be called once for each time the module was activated.


about globus | grid research | globus toolkit | software development

Comments? webmaster@globus.org