kg.apc.perfmon
Class PerfMonMetricGetter

java.lang.Object
  extended by kg.apc.perfmon.PerfMonMetricGetter

public class PerfMonMetricGetter
extends Object

Author:
undera

Field Summary
static String DVOETOCHIE
           
static String NEWLINE
           
static String TAB
           
 
Constructor Summary
PerfMonMetricGetter(org.hyperic.sigar.SigarProxy aproxy, PerfMonWorker aController, SelectableChannel aChannel)
           
 
Method Summary
 void addCommandString(String byteBufferToString)
           
 ByteBuffer getMetricsLine()
           
 boolean isStarted()
           
 boolean processNextCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB

public static final String TAB
See Also:
Constant Field Values

DVOETOCHIE

public static final String DVOETOCHIE
See Also:
Constant Field Values

NEWLINE

public static final String NEWLINE
See Also:
Constant Field Values
Constructor Detail

PerfMonMetricGetter

public PerfMonMetricGetter(org.hyperic.sigar.SigarProxy aproxy,
                           PerfMonWorker aController,
                           SelectableChannel aChannel)
                    throws IOException
Throws:
IOException
Method Detail

addCommandString

public void addCommandString(String byteBufferToString)

processNextCommand

public boolean processNextCommand()
                           throws IOException
Throws:
IOException

getMetricsLine

public ByteBuffer getMetricsLine()
                          throws IOException
Throws:
IOException

isStarted

public boolean isStarted()


Copyright © 2013. All Rights Reserved.