org.jppf.server.scheduler.bundle
Interface NodeAwareness


public interface NodeAwareness

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

Author:
Laurent Cohen

Method Summary
 JPPFSystemInformation getNodeConfiguration()
          Get the corresponding node's system information.
 void setNodeConfiguration(JPPFSystemInformation nodeConfiguration)
          Set the corresponding node's system information.
 

Method Detail

getNodeConfiguration

JPPFSystemInformation getNodeConfiguration()
Get the corresponding node's system information.

Returns:
a JPPFSystemInformation instance.

setNodeConfiguration

void setNodeConfiguration(JPPFSystemInformation nodeConfiguration)
Set the corresponding node's system information.

Parameters:
nodeConfiguration - a JPPFSystemInformation instance.


Copyright © 2005-2010 JPPF Team.