GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

cpi::LogicalFileCpi Class Reference

Capability provider interface to the LogicalFile class. More...

Inheritance diagram for cpi::LogicalFileCpi:

Inheritance graph
[legend]
Collaboration diagram for cpi::LogicalFileCpi:

Collaboration graph
[legend]
List of all members.

Public Methods

 LogicalFileCpi (GATContext gatContext, Preferences preferences, URI location) throws IOException
 This constructor creates a LogicalFileCpi corresponding to the passed URI instance and uses the passed GATContext to broker resources.


Detailed Description

Capability provider interface to the LogicalFile class.

Capability provider wishing to provide the functionality of the LogicalFile class must extend this class and implement all of the abstract methods in this class. Each abstract method in this class mirrors the corresponding method in this LogicalFile class and will be used to implement the corresponding method in the LogicalFile class at runtime.

Definition at line 20 of file LogicalFileCpi.java.


Constructor & Destructor Documentation

cpi::LogicalFileCpi::LogicalFileCpi GATContext    gatContext,
Preferences    preferences,
URI    location
throws IOException [inline]
 

This constructor creates a LogicalFileCpi corresponding to the passed URI instance and uses the passed GATContext to broker resources.

Parameters:
location  The URI of one physical file in this LogicalFileCpi
gatContext  The GATContext used to broker resources

Definition at line 31 of file LogicalFileCpi.java.

References io::LogicalFile::gatContext, io::LogicalFile::location, and io::LogicalFile::preferences.


The documentation for this class was generated from the following file: