Uses of Interface
edu.washington.cs.sounddetector.server.api.Method

Packages that use Method
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.method   
 

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

Classes in edu.washington.cs.sounddetector.server.api with type parameters of type Method
 class MethodResult<T extends Method>
           A MethodResult represents the response from executing a Method.
 

Methods in edu.washington.cs.sounddetector.server.api with type parameters of type Method
<T extends Method>
T
MethodConverter.deserializeMethod(Reader reader, Class<T> type)
          Deserializes from contents of the given reader into a Method of the given type.
<T extends Method>
T
MethodConverter.deserializeMethod(String serialized, Class<T> type)
          Deserializes the contents of the given String into a Method of the given type.
<T extends Method>
String
MethodConverter.serializeResult(MethodResult<T> result)
          Converts the given result into its serialized form which can be sent over the wire.
 

Methods in edu.washington.cs.sounddetector.server.api that return types with arguments of type Method
 MethodResult<? extends Method> MethodLogic.execute(Method method)
          Executes the given method and returns the result.
 Class<? extends Method> MethodConverter.getMethodClass(String methodName)
          Returns the class implementing the Method interface which corresponds to the given methodName.
 

Methods in edu.washington.cs.sounddetector.server.api with parameters of type Method
 MethodResult<? extends Method> MethodLogic.execute(Method method)
          Executes the given method and returns the result.
protected
<T extends MethodResult<?>>
T
SoundDetectorAPI.sendMethod(Method method, Class<T> methodResultClass)
          Sends the given method to the server.
 String MethodConverter.serializeMethod(Method command)
          Converts the given command into its serialized form which can be sent over the wire.
 

Uses of Method in edu.washington.cs.sounddetector.server.api.method
 

Classes in edu.washington.cs.sounddetector.server.api.method that implement Method
 class Classify
           
 class GetOldNotifications
           
 class GetPendingNotifications
           
 class GetSound
           
 class GetSounds
           
 class RegisterReceiverPhone
           
 class RenameDetector
           
 class SetSoundClassProperties
           
 class Train
           
 class UnregisterReceiverPhone
           
 class Untrain
           
 



Copyright © 2012. All Rights Reserved.