org.gridbus.broker.runfile
Class NodeRequirement

java.lang.Object
  extended by org.gridbus.broker.runfile.Task
      extended by org.gridbus.broker.runfile.Requirement
          extended by org.gridbus.broker.runfile.NodeRequirement
All Implemented Interfaces:
java.io.Serializable

public class NodeRequirement
extends Requirement

Author:
krishna This class represents a node nodeRequirements, which gets executed once before a node is considered eligible to execute the grid app. It consists of a task with commands like "test", "execute", "copy" etc... which are used to verify if the node satisfies the requirements for the grid app.
See Also:
Serialized Form

Constructor Summary
NodeRequirement()
           
 
Method Summary
 
Methods inherited from class org.gridbus.broker.runfile.Task
addCommand, clearCommands, countCommands, getCommands, getPostProcessTask, getType, setPostProcessTask, setType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeRequirement

public NodeRequirement()