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  

engine::AdaptorList Class Reference

Collaboration diagram for engine::AdaptorList:

Collaboration graph
[legend]
List of all members.

Public Methods

 AdaptorList (Class cpiClass)
void addAdaptor (Adaptor a)
int size ()
Adaptor get (int pos)

Public Attributes

String cpi
Class cpiClass
 The fully qualified name of the class the adaptors in this set.

ArrayList adaptors
 The api class all adaptors in this set implement.


Detailed Description

Author:
rob

Definition at line 11 of file AdaptorList.java.


Constructor & Destructor Documentation

engine::AdaptorList::AdaptorList Class    cpiClass [inline]
 

Parameters:
cpi  The fully qualified name of the class the adaptors in this set.
cpiClass  The api class all adaptors in this set implement.

Definition at line 30 of file AdaptorList.java.

References engine::AdaptorList::adaptors, and engine::AdaptorList::cpiClass.


Member Function Documentation

void engine::AdaptorList::addAdaptor Adaptor    a [inline]
 

Definition at line 36 of file AdaptorList.java.

References engine::AdaptorList::adaptors.

Referenced by engine::GATEngine::loadCpiClass().

int engine::AdaptorList::size   [inline]
 

Definition at line 40 of file AdaptorList.java.

References engine::AdaptorList::adaptors.

Referenced by engine::GATEngine::getAdaptor().

Adaptor engine::AdaptorList::get int    pos [inline]
 

Definition at line 44 of file AdaptorList.java.

References engine::AdaptorList::adaptors.

Referenced by engine::GATEngine::getAdaptor().


Member Data Documentation

String engine::AdaptorList::cpi
 

Definition at line 13 of file AdaptorList.java.

Class engine::AdaptorList::cpiClass
 

The fully qualified name of the class the adaptors in this set.

Definition at line 16 of file AdaptorList.java.

Referenced by engine::AdaptorList::AdaptorList().

ArrayList engine::AdaptorList::adaptors
 

The api class all adaptors in this set implement.

Definition at line 19 of file AdaptorList.java.

Referenced by engine::AdaptorList::AdaptorList(), engine::AdaptorList::addAdaptor(), engine::AdaptorList::get(), and engine::AdaptorList::size().


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