Uses of Class
edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException

Packages that use SoundDetectorInternalErrorException
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.methodlogic   
 

Uses of SoundDetectorInternalErrorException in edu.washington.cs.sounddetector.server.api
 

Methods in edu.washington.cs.sounddetector.server.api that throw SoundDetectorInternalErrorException
 String SoundDetectorAPI.classify(String detectorId, byte[] sound, SoundFormat soundFormat, List<PeakEvent> peakEvents)
          Notify the server that a sound event was detected.
 MethodResult<? extends Method> MethodLogic.execute(Method method)
          Executes the given method and returns the result.
 List<Notification> SoundDetectorAPI.getOldNotifications(String phoneId, Date greaterThanDate, Date lessThanDate)
          Retrieves a list of notifications that have already been seen by the given phone.
 List<Notification> SoundDetectorAPI.getPendingNotifications(String phoneId)
          Retrieves the latest notifications the given phone has not yet seen from the server.
 byte[] SoundDetectorAPI.getSound(long soundId)
          Retrieves the given sound from the server.
 Map<SoundClass,List<Long>> SoundDetectorAPI.getSounds(String detectorId)
          Retrieves all sounds saved to the server (from previous calls to SoundDetectorAPI.train(java.lang.String, java.util.List, edu.washington.cs.sounddetector.server.api.object.SoundFormat)) for the given detector.
 void SoundDetectorAPI.registerReceiverPhone(String phoneId, String registrationId)
          Registers a new Receiver Phone with the server.
 void SoundDetectorAPI.renameDetector(String oldDetectorId, String newDetectorId)
          Rename a detector.
protected
<T extends MethodResult<?>>
T
SoundDetectorAPI.sendMethod(Method method, Class<T> methodResultClass)
          Sends the given method to the server.
 void SoundDetectorAPI.setSoundClassProperties(String detectorId, List<SoundClass> soundClasses)
          Set properties on sound classes.
 List<Long> SoundDetectorAPI.train(String detectorId, List<LabeledSound> data, SoundFormat soundFormat)
          Sends training data to the server.
 boolean SoundDetectorAPI.unregisterReceiverPhone(String phoneId)
          Unregisters the given phone with the server.
 void SoundDetectorAPI.untrain(List<Long> soundIds)
          Untrains sounds from the server's classifier.
 

Uses of SoundDetectorInternalErrorException in edu.washington.cs.sounddetector.server.api.methodlogic
 

Methods in edu.washington.cs.sounddetector.server.api.methodlogic that throw SoundDetectorInternalErrorException
 ClassifyResult WriteLogic.classify(Classify classify)
           
 TrainResult WriteLogic.train(Train train)
           
 



Copyright © 2012. All Rights Reserved.