public class Success extends Result<Object>
The value of the result is whatever the command produced on the server. Its meaning depends on the original command.
This result type does permit null values. If it is an error for a certain
command to produce a null value that must be handled externally to this class.
public Success(Object value)
Copyright © 2013. All rights reserved