Package edu.washington.cs.sounddetector.server.api

Interface Summary
Method Method is an interface that signifies a method that can be requested to be run against the server.
 

Class Summary
APIConsts Constants for the API.
MethodConverter MethodConverter handles the serialization and deserialization of Method and MethodResult objects.
MethodLogic MethodLogic provides a convenience method for executing Method objects.
MethodResult<T extends Method> A MethodResult represents the response from executing a Method.
SoundDetectorAPI Class for clients of the API.
 

Enum Summary
MethodResult.FailureReason FailureReason enumerates all the possible reasons the execution of a method could fail.
 



Copyright © 2012. All Rights Reserved.