GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

self.h File Reference

Header file for the sample Self CPI provider. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define _SELF_H_

Functions

GATResult resourcebroker_adaptor_Register_GATSelfCPI (GATContext error_context, GATRegistry registry, GATTable_const system_config, GATTable_const instance_config, void *token)


Detailed Description

Header file for the sample Self CPI provider.

Date:
Thu Oct 23 2003
Version:
Header:
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/adaptors/resourcebroker/self.h,v 1.3 2004/04/26 12:29:57 hartmutkaiser Exp

Copyright (C) Hartmut Kaiser This file is part of the GAT Engine. Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.

Use, modification and distribution is subject to the Gridlab Software License. (See accompanying file GLlicense.txt or copy at http://www.gridlab.org/GLlicense.txt)

Definition in file self.h.


Define Documentation

#define _SELF_H_
 

Definition at line 18 of file self.h.


Function Documentation

GATResult resourcebroker_adaptor_Register_GATSelfCPI GATContext    error_context,
GATRegistry    registry,
GATTable_const    system_config,
GATTable_const    instance_config,
void *    token
 

Definition at line 115 of file self.c.

References cpi, GATSelfCPI_Data::create_instance, GATSelfCPI_Data::create_requestforlistener, GATSelfCPI_Data::data, GATSelfCPI_Data::destroy, GATSelfCPI_Data::destroy_instance, GATSelfCPI_Data::destroy_requestforlistener, GAT_CREATE_STATUS, GAT_CURRENT_STATUS, GAT_FAILED, GAT_RETURN_STATUS, GAT_USES_STATUS, GATPreferences_Add(), GATPreferences_Create(), GATPreferences_Destroy(), GATResult, GATSelfCPI_Create(), GATSelfCPI_Destroy(), GATSELFCPI_VERSION, GATTable_const, GATSelfCPI_Data::get_selfjob, resourcebroker_adaptor_GATSelfCPI_CreateInstance(), resourcebroker_adaptor_GATSelfCPI_CreateRequestForListener(), resourcebroker_adaptor_GATSelfCPI_Destroy(), resourcebroker_adaptor_GATSelfCPI_DestroyInstance(), resourcebroker_adaptor_GATSelfCPI_DestroyRequestForListener(), resourcebroker_adaptor_GATSelfCPI_GetJob(), resourcebroker_adaptor_GATSelfCPI_ServiceActions(), GATSelfCPI_Data::service_actions, and token.

Referenced by resourcebroker_adaptor_register().