org.jppf.server.scheduler.bundle
Interface JobAwareness


public interface JobAwareness

Bundler implementations should implement this interface if they wish to have access to a job's metadata.

Author:
Laurent Cohen

Method Summary
 JPPFJobMetadata getJobMetadata()
          Get the current job's metadata.
 void setJobMetadata(JPPFJobMetadata metadata)
          Set the current job's metadata.
 

Method Detail

getJobMetadata

JPPFJobMetadata getJobMetadata()
Get the current job's metadata.

Returns:
a JPPFJobMetadata instance.

setJobMetadata

void setJobMetadata(JPPFJobMetadata metadata)
Set the current job's metadata.

Parameters:
metadata - a JPPFJobMetadata instance.


Copyright © 2005-2010 JPPF Team.