edu.washington.cs.sounddetector.server.api.methodlogic
Class WriteLogic

java.lang.Object
  extended by edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic

public class WriteLogic
extends Object


Constructor Summary
WriteLogic(javax.jdo.PersistenceManagerFactory pmf, edu.washington.cs.sounddetector.server.sound.SoundProcessorBuilder spb, edu.washington.cs.sounddetector.server.c2dm.C2DMessaging c2dm)
           
 
Method Summary
 ClassifyResult classify(Classify classify)
           
 GetPendingNotificationsResult getPendingNotifications(GetPendingNotifications getPendingNotifications)
           
 RegisterReceiverPhoneResult registerReceiverPhone(RegisterReceiverPhone registerReceiverPhone)
           
 RenameDetectorResult renameDetector(RenameDetector method)
           
 SetSoundClassPropertiesResult setSoundClassProperties(SetSoundClassProperties method)
           
 TrainResult train(Train train)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteLogic

public WriteLogic(javax.jdo.PersistenceManagerFactory pmf,
                  edu.washington.cs.sounddetector.server.sound.SoundProcessorBuilder spb,
                  edu.washington.cs.sounddetector.server.c2dm.C2DMessaging c2dm)
Method Detail

registerReceiverPhone

public RegisterReceiverPhoneResult registerReceiverPhone(RegisterReceiverPhone registerReceiverPhone)

train

public TrainResult train(Train train)
                  throws SoundDetectorInternalErrorException
Throws:
SoundDetectorInternalErrorException

classify

public ClassifyResult classify(Classify classify)
                        throws SoundDetectorInternalErrorException
Throws:
SoundDetectorInternalErrorException

getPendingNotifications

public GetPendingNotificationsResult getPendingNotifications(GetPendingNotifications getPendingNotifications)

setSoundClassProperties

public SetSoundClassPropertiesResult setSoundClassProperties(SetSoundClassProperties method)

renameDetector

public RenameDetectorResult renameDetector(RenameDetector method)


Copyright © 2012. All Rights Reserved.