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

Packages that use IOEntry
org.ourgrid.common.spec   
 

Uses of IOEntry in org.ourgrid.common.spec
 

Methods in org.ourgrid.common.spec that return types with arguments of type IOEntry
 java.util.Vector<IOEntry> IOBlock.getEntry(java.lang.String condition)
          Returns a collection with the entries related with a condition.
 

Methods in org.ourgrid.common.spec with parameters of type IOEntry
 void IOBlock.putEntry(IOEntry entry)
          Inserts a new input/output entry at this block of I/O commands, using as condition the empty string, that means this entry will always be used.
 void IOBlock.putEntry(java.lang.String condition, IOEntry entry)
          Inserts a new input/output entry at this block of I/O commands.