net.stamfest.rrd
Class CommandResult

java.lang.Object
  extended by net.stamfest.rrd.CommandResult

public class CommandResult
extends Object


Field Summary
 String error
           
 byte[] image
           
 HashMap<String,String> info
           
 boolean ok
           
 String output
           
 
Constructor Summary
CommandResult()
           
 
Method Summary
 String getError()
           
 byte[] getImageBytes()
           
 HashMap<String,String> getInfo()
           
 String getOutput()
           
 float getSystem()
           
 float getTotal()
           
 float getUser()
           
 boolean isOk()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ok

public boolean ok

error

public String error

output

public String output

info

public HashMap<String,String> info

image

public byte[] image
Constructor Detail

CommandResult

public CommandResult()
Method Detail

getUser

public float getUser()

getSystem

public float getSystem()

getTotal

public float getTotal()

isOk

public boolean isOk()

getError

public String getError()

getOutput

public String getOutput()

getInfo

public HashMap<String,String> getInfo()

getImageBytes

public byte[] getImageBytes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013. All Rights Reserved.