edu.washington.cs.sounddetector.server.api.methodlogic
Class WriteLogic
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteLogic
public WriteLogic(javax.jdo.PersistenceManagerFactory pmf,
edu.washington.cs.sounddetector.server.sound.SoundProcessorBuilder spb,
edu.washington.cs.sounddetector.server.c2dm.C2DMessaging c2dm)
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.