|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
MethodConverter.deserializeResult(Reader reader,
Class<T> type)
Deserializes from the contents of the given reader into a MethodResult of the given type. |
|
|
MethodConverter.deserializeResult(String serialized,
Class<T> type)
Deserializes the contents of the given String into a MethodResult of the given type. |
|
protected
|
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 | ||
---|---|---|
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |