Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 344b29f38d447785efddb356d82aacfe > files > 24

globus-callout-doc-0.7-8.fc13.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('group__globus__callout__call.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<h1>Callout Invocation</h1>  </div>
</div>
<div class="contents">

<p>Functions for invoking callouts.  
<a href="#_details">More...</a></p>
<h2><a name="typedef-members"></a>
Typedefs</h2>
<ul>
<li>typedef globus_result_t(* <a class="el" href="group__globus__callout__call.html#gab9485c1a07395118c64a5a8368f699e1">globus_callout_function_t</a> )(va_list ap)
</ul>
<h2><a name="member-group"></a>
Invoking Callouts</h2>
<ul>
<li>globus_result_t <a class="el" href="group__globus__callout__call.html#ga1043834022413936d63843f9d34f30ab">globus_callout_call_type</a> (<a class="el" href="group__globus__callout__handle.html#ga7afe1905f0a00916859e9ff5dc1125ff">globus_callout_handle_t</a> handle, char *type,...)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Functions for invoking callouts. </p>
<p>This section defines a operation for invoking callouts by their abstract type. </p>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="gab9485c1a07395118c64a5a8368f699e1"></a><!-- doxytag: member="globus_callout.h::globus_callout_function_t" ref="gab9485c1a07395118c64a5a8368f699e1" args=")(va_list ap)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef globus_result_t(* <a class="el" href="group__globus__callout__call.html#gab9485c1a07395118c64a5a8368f699e1">globus_callout_function_t</a>)(va_list ap)</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callout function type definition. </p>

</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ga1043834022413936d63843f9d34f30ab"></a><!-- doxytag: member="globus_callout.c::globus_callout_call_type" ref="ga1043834022413936d63843f9d34f30ab" args="(globus_callout_handle_t handle, char *type,...)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_callout_call_type </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__globus__callout__handle.html#ga7afe1905f0a00916859e9ff5dc1125ff">globus_callout_handle_t</a>&#160;</td>
          <td class="paramname"><em>handle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">&#160;</td>
          <td class="paramname"><em>...</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Call a callout of specified abstract typeThis function looks up the callouts corresponding to the given type and invokes them with the passed arguments. </p>
<p>If a invoked callout returns an error it will be chained to a error of the type GLOBUS_CALLOUT_ERROR_CALLOUT_ERROR and no more callouts will be called.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">handle</td><td>A configured callout handle </td></tr>
    <tr><td class="paramname">type</td><td>The abstract type of the callout that is to be invoked </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>GLOBUS_SUCCESS A Globus error object on failure: GLOBUS_CALLOUT_ERROR_TYPE_NOT_REGISTERED GLOBUS_CALLOUT_ERROR_CALLOUT_ERROR GLOBUS_CALLOUT_ERROR_WITH_DL GLOBUS_CALLOUT_ERROR_WITH_HASHTABLE GLOBUS_CALLOUT_ERROR_OUT_OF_MEMORY </dd></dl>

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>

</body>
</html>