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  

Advertisable.java

Go to the documentation of this file.
00001 /*
00002  * Created on Apr 19, 2004
00003  *
00004  *  An interface which is realized by any class which wishes to get
00005  *  advertized. At this moment, this interface does not have any
00006  * methods, but it is used as a "marker" interface.
00007  *
00008 */
00009 package org.gridlab.gat.advert;
00010 
00011 /**
00012  * @author rob
00013  *
00014  */
00015 public interface Advertisable extends java.io.Serializable {
00016 }