com.pushtotest.tool.dataset
Interface Dataset

All Known Implementing Classes:
DatasetWrapper, Meter

public interface Dataset

The Dataset related classes provide an extensible API to handle response data from the protocol handlers. This interface should be implemented by any response data handler, for example, com.pushtotest.tool.response.DatasetOperations.Meter


Method Summary
 void setType(java.lang.String type)
           
 

Method Detail

setType

void setType(java.lang.String type)
             throws ToolException
Throws:
ToolException