| Constructor and Description |
|---|
StressTestCollector()
Default constructor.
|
StressTestCollector(String serverUri,
String username,
String orgId,
String password,
String collectorId,
boolean debug)
Initializes the StressTestCollector.
|
public StressTestCollector()
public StressTestCollector(String serverUri, String username, String orgId, String password, String collectorId, boolean debug) throws BadCredentialException, IdNotFoundException, BadSensorUriException
serverUri - The URI for the WattDepot server.username - The name of a user defined in the WattDepot server.orgId - the id of the organization the user is in.password - The password for the user.collectorId - The CollectorProcessDefinitionId used to initialize this
collector.debug - flag for debugging messages.BadCredentialException - if the user or password don't match the
credentials in WattDepot.IdNotFoundException - if the processId is not defined.BadSensorUriException - if the Sensor's URI isn't valid.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.