com.oy.shared.lw.perf
Class IPerfMonitor.MockPerfCounterImpl

java.lang.Object
  extended bycom.oy.shared.lw.perf.IPerfMonitor.MockPerfCounterImpl
All Implemented Interfaces:
IPerfMonitor
Enclosing class:
IPerfMonitor

public static class IPerfMonitor.MockPerfCounterImpl
extends java.lang.Object
implements IPerfMonitor


Nested Class Summary
 
Nested classes inherited from class com.oy.shared.lw.perf.IPerfMonitor
IPerfMonitor.MockPerfCounterImpl
 
Field Summary
private  java.lang.String[] columns
           
private  java.lang.String desc
           
private  java.lang.String module
           
private  java.lang.String name
           
 
Constructor Summary
(package private) IPerfMonitor.MockPerfCounterImpl(java.lang.String module, java.lang.String name, java.lang.String desc, java.lang.String[] columns)
           
 
Method Summary
 java.lang.String[] getColumnNames()
           
 java.lang.String getDesc()
           
 java.lang.String getModule()
           
 java.lang.String getName()
           
 long[] getValues()
           
 boolean hasValues()
           
 java.lang.String toText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

private java.lang.String module

name

private java.lang.String name

desc

private java.lang.String desc

columns

private java.lang.String[] columns
Constructor Detail

IPerfMonitor.MockPerfCounterImpl

IPerfMonitor.MockPerfCounterImpl(java.lang.String module,
                                 java.lang.String name,
                                 java.lang.String desc,
                                 java.lang.String[] columns)
Method Detail

getModule

public java.lang.String getModule()
Specified by:
getModule in interface IPerfMonitor

getName

public java.lang.String getName()
Specified by:
getName in interface IPerfMonitor

getColumnNames

public java.lang.String[] getColumnNames()
Specified by:
getColumnNames in interface IPerfMonitor

getValues

public long[] getValues()
Specified by:
getValues in interface IPerfMonitor

getDesc

public java.lang.String getDesc()
Specified by:
getDesc in interface IPerfMonitor

toText

public java.lang.String toText()

hasValues

public boolean hasValues()
Specified by:
hasValues in interface IPerfMonitor


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com