com.caucho.server.admin
Class StatServiceValuesQueryReply

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

public class StatServiceValuesQueryReply
extends ManagementQueryReply

See Also:
Serialized Form

Constructor Summary
StatServiceValuesQueryReply()
           
StatServiceValuesQueryReply(java.lang.String[] names, StatServiceValue[][] data)
           
 
Method Summary
 StatServiceValue[][] getData()
           
 java.lang.String[] getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatServiceValuesQueryReply

public StatServiceValuesQueryReply()

StatServiceValuesQueryReply

public StatServiceValuesQueryReply(java.lang.String[] names,
                                   StatServiceValue[][] data)
Method Detail

getNames

public java.lang.String[] getNames()

getData

public StatServiceValue[][] getData()