com.crankuptheamps.spark
Class SOWDeleteCommand

java.lang.Object
  extended by com.crankuptheamps.spark.SparkCommand
      extended by com.crankuptheamps.spark.SOWDeleteCommand

public class SOWDeleteCommand
extends SparkCommand


Field Summary
 
Fields inherited from class com.crankuptheamps.spark.SparkCommand
examples, extras, name, optional, options, required, synonyms, usage
 
Constructor Summary
SOWDeleteCommand(String name)
           
 
Method Summary
 void deleteByData(Client client, String topic, String fileName, String delimiter, int timeout)
           
 void deleteByFilter(Client client, String topic, String filter, int timeout)
           
 
Methods inherited from class com.crankuptheamps.spark.SparkCommand
addExample, addExtra, addOption, addSynonym, badUsage, createAuthenticator, dumpArgs, getName, help, setUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOWDeleteCommand

public SOWDeleteCommand(String name)
Method Detail

deleteByFilter

public void deleteByFilter(Client client,
                           String topic,
                           String filter,
                           int timeout)
                    throws AMPSException
Throws:
AMPSException

deleteByData

public void deleteByData(Client client,
                         String topic,
                         String fileName,
                         String delimiter,
                         int timeout)
                  throws AMPSException
Throws:
AMPSException