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 */00009package org.gridlab.gat.advert;
00010
00011 /**
00012 * @author rob
00013 *
00014 */
00015 public interface Advertisable extends java.io.Serializable {
00016 }