eu.unicore.hila.grid.job
Interface JobDescription


public interface JobDescription

A container for job descriptions. It can contain any Object, leaving its interpretation to the implementation. Which types of job description are accepted is also dependent on the implementation. Care should be taken that several implementations accept the same job descriptions.

Author:
bjoernh 14.08.2009 14:42:16

Method Summary
 Object getActualJobDescription()
          The actual job description object used by the implementation.
 

Method Detail

getActualJobDescription

Object getActualJobDescription()
The actual job description object used by the implementation.

Returns:


Copyright © 2010-2013 UNICORE. All Rights Reserved.