org.pentaho.platform.repository.subscription
Class SubscriptionResultSet

java.lang.Object
  extended by org.pentaho.commons.connection.memory.MemoryResultSet
      extended by org.pentaho.platform.repository.subscription.SubscriptionResultSet
All Implemented Interfaces:
org.pentaho.commons.connection.IDisposable, org.pentaho.commons.connection.IMultiDimensionalResultSet, org.pentaho.commons.connection.IPeekable, org.pentaho.commons.connection.IPentahoResultSet

public class SubscriptionResultSet
extends org.pentaho.commons.connection.memory.MemoryResultSet


Constructor Summary
SubscriptionResultSet(String scheduleId, IPentahoSession userSession, String[] parameterNames, String solution, String path, String action)
           
 
Method Summary
 Object getValueAt(int row, int column)
           
 Object[] next()
           
 
Methods inherited from class org.pentaho.commons.connection.memory.MemoryResultSet
addRow, beforeFirst, close, closeConnection, createFromActionSequenceInputsNode, createFromArrays, createFromLists, createList, dispose, getColumnCount, getDataColumn, getDataRow, getMetaData, getNodeText, getNodeText, getRowCount, isScrollable, memoryCopy, nextFlattened, peek, peekFlattened, setMetaData, setRows
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionResultSet

public SubscriptionResultSet(String scheduleId,
                             IPentahoSession userSession,
                             String[] parameterNames,
                             String solution,
                             String path,
                             String action)
Method Detail

next

public Object[] next()
Specified by:
next in interface org.pentaho.commons.connection.IPentahoResultSet
Overrides:
next in class org.pentaho.commons.connection.memory.MemoryResultSet

getValueAt

public Object getValueAt(int row,
                         int column)
Specified by:
getValueAt in interface org.pentaho.commons.connection.IPentahoResultSet
Overrides:
getValueAt in class org.pentaho.commons.connection.memory.MemoryResultSet