public interface SpectrumManager
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
querySpectrum(java.lang.String command,
java.lang.String className)
Executes a query against the Spectrum Management System
|
java.util.List<?> querySpectrum(java.lang.String command, java.lang.String className) throws SpectrumException
command
- String command to runclassName
- name of the class that will contain the resultsSpectrumException
- if the command fails to run successfully