Uses of Class
edu.washington.cs.sounddetector.server.api.MethodResult

Packages that use MethodResult
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.methodresult   
 

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

Methods in edu.washington.cs.sounddetector.server.api with type parameters of type MethodResult
<T extends MethodResult<?>>
T
MethodConverter.deserializeResult(Reader reader, Class<T> type)
          Deserializes from the contents of the given reader into a MethodResult of the given type.
<T extends MethodResult<?>>
T
MethodConverter.deserializeResult(String serialized, Class<T> type)
          Deserializes the contents of the given String into a MethodResult of the given type.
protected
<T extends MethodResult<?>>
T
SoundDetectorAPI.sendMethod(Method method, Class<T> methodResultClass)
          Sends the given method to the server.
 

Methods in edu.washington.cs.sounddetector.server.api that return MethodResult
 MethodResult<? extends Method> MethodLogic.execute(Method method)
          Executes the given method and returns the result.
 

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

Uses of MethodResult in edu.washington.cs.sounddetector.server.api.methodresult
 

Subclasses of MethodResult in edu.washington.cs.sounddetector.server.api.methodresult
 class ClassifyResult
           
 class GetOldNotificationsResult
           
 class GetPendingNotificationsResult
           
 class GetSoundResult
           
 class GetSoundsResult
           
 class RegisterReceiverPhoneResult
           
 class RenameDetectorResult
           
 class SetSoundClassPropertiesResult
           
 class TrainResult
           
 class UnregisterReceiverPhoneResult
           
 class UntrainResult
           
 



Copyright © 2012. All Rights Reserved.