org.gridlab.gat.advert
Interface Advertisable
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- CoScheduleJob, Endpoint, HardwareResource, Job, LogicalFile, Resource, WrapperJob
- All Known Implementing Classes:
- File, SoftwareResource
public interface Advertisable
- extends Serializable
An interface which is realized by any class which wishes to get advertised in
the advert service. At this moment, this interface does not have any user
methods, but it is used as a "marker" interface. The marshal method should
not be called by users of the GAT.
- Author:
- rob
marshal
String marshal()
- Create a
String
representation of this object. This method
should not be used, it is used internally in the GAT.
- Returns:
- a
String
representation of this object