com.caucho.server.admin
Class JsonQueryReply

java.lang.Object
  extended by com.caucho.server.admin.ManagementQueryReply
      extended by com.caucho.server.admin.StringQueryReply
          extended by com.caucho.server.admin.JsonQueryReply
All Implemented Interfaces:
java.io.Serializable

public class JsonQueryReply
extends StringQueryReply

See Also:
Serialized Form

Constructor Summary
JsonQueryReply()
           
JsonQueryReply(java.lang.String value)
           
 
Method Summary
 
Methods inherited from class com.caucho.server.admin.StringQueryReply
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonQueryReply

public JsonQueryReply()

JsonQueryReply

public JsonQueryReply(java.lang.String value)