Uses of Class
org.ourgrid.common.spec.IOBlock

Packages that use IOBlock
org.ourgrid.common.spec   
org.ourgrid.mygrid.replicaexecutor.test   
 

Uses of IOBlock in org.ourgrid.common.spec
 

Methods in org.ourgrid.common.spec that return IOBlock
 IOBlock TaskSpec.getFinalBlock()
          Gets the final part of a task.
 IOBlock TaskSpec.getInitBlock()
          Gets the init part of a task.
 

Constructors in org.ourgrid.common.spec with parameters of type IOBlock
TaskSpec(IOBlock initBlock, java.lang.String remoteExec, IOBlock finalBlock)
          The constructor.
 

Uses of IOBlock in org.ourgrid.mygrid.replicaexecutor.test
 

Methods in org.ourgrid.mygrid.replicaexecutor.test that return IOBlock
 IOBlock FakeTaskSpec.getFinalBlock()
           
 IOBlock FakeTaskSpec.getInitBlock()