GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



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

resource.h File Reference

Header file for the sample Resource 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 _RESOURCE_H_

Functions

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


Detailed Description

Header file for the sample Resource CPI provider.

Date:
Thu Oct 23 2003
Version:
Header:
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/adaptors/resourcebroker/resource.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 resource.h.


Define Documentation

#define _RESOURCE_H_
 

Definition at line 18 of file resource.h.


Function Documentation

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

Definition at line 99 of file resource.c.

References GATResourceCPI_Data::clone_instance, cpi, GATResourceCPI_Data::create_instance, GATResourceCPI_Data::data, GATResourceCPI_Data::deserialise, GATResourceCPI_Data::destroy, GATResourceCPI_Data::destroy_instance, GATResourceCPI_Data::equals_instance, GAT_CREATE_STATUS, GAT_CURRENT_STATUS, GAT_FAILED, GAT_MEMORYFAILURE, GAT_RETURN_STATUS, GAT_USES_STATUS, GATPreferences_Add(), GATPreferences_Create(), GATPreferences_Destroy(), GATResourceCPI_Create(), GATResourceCPI_Destroy(), GATRESOURCECPI_VERSION, GATResult, GATTable_const, GATResourceCPI_Data::get_metric_event, GATResourceCPI_Data::get_metrics, GATResourceCPI_Data::get_reservation, GATResourceCPI_Data::get_resource_description, resourcebroker_adaptor_GATResourceCPI_CloneInstance(), resourcebroker_adaptor_GATResourceCPI_CreateInstance(), resourcebroker_adaptor_GATResourceCPI_DeSerialise(), resourcebroker_adaptor_GATResourceCPI_Destroy(), resourcebroker_adaptor_GATResourceCPI_DestroyInstance(), resourcebroker_adaptor_GATResourceCPI_EqualsInstance(), resourcebroker_adaptor_GATResourceCPI_GetMetricEvent(), resourcebroker_adaptor_GATResourceCPI_GetMetrics(), resourcebroker_adaptor_GATResourceCPI_GetReservation(), resourcebroker_adaptor_GATResourceCPI_GetResourceDescription(), resourcebroker_adaptor_GATResourceCPI_Serialise(), resourcebroker_adaptor_GATResourceCPI_ServiceActions(), GATResourceCPI_Data::serialise, GATResourceCPI_Data::service_actions, and token.

Referenced by resourcebroker_adaptor_register().