com.alarmpoint.spectrum
Interface SpectrumManager

All Known Implementing Classes:
SpectrumCLIManager

public interface SpectrumManager

Interface for interactions with Spectrum Management System. This should be used to provide abstraction from the implementation (CORBA, CLI)

Author:
Mike Bennett

Method Summary
 java.util.List<?> querySpectrum(java.lang.String command, java.lang.String className)
          Executes a query against the Spectrum Management System
 

Method Detail

querySpectrum

java.util.List<?> querySpectrum(java.lang.String command,
                                java.lang.String className)
                                throws SpectrumException
Executes a query against the Spectrum Management System

Parameters:
command - String command to run
className - name of the class that will contain the results
Returns:
Collection of results
Throws:
SpectrumException - if the command fails to run successfully