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

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

public class ReadLogic
extends Object


Constructor Summary
ReadLogic(javax.jdo.PersistenceManagerFactory pmf)
           
 
Method Summary
 GetOldNotificationsResult getOldNotifications(GetOldNotifications method)
           
 GetSoundResult getSound(GetSound method)
           
 GetSoundsResult getSounds(GetSounds method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadLogic

public ReadLogic(javax.jdo.PersistenceManagerFactory pmf)
Method Detail

getOldNotifications

public GetOldNotificationsResult getOldNotifications(GetOldNotifications method)

getSounds

public GetSoundsResult getSounds(GetSounds method)

getSound

public GetSoundResult getSound(GetSound method)


Copyright © 2012. All Rights Reserved.