com.adventnet.snmp.ui
Class LineGraphBeanWrapper.StaticPolling

java.lang.Object
  extended by com.adventnet.snmp.ui.LineGraphBeanWrapper.StaticPolling
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
LineGraphBeanWrapper

 class LineGraphBeanWrapper.StaticPolling
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  java.lang.String buff
           
(package private)  boolean first
           
(package private)  boolean first1
           
(package private)  int temp
           
(package private)  java.lang.String[] tempOid
           
(package private)  int temptemp
           
(package private)  int tempTime
           
(package private)  java.lang.String[] tempy
           
 
Constructor Summary
LineGraphBeanWrapper.StaticPolling()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buff

java.lang.String buff

first

boolean first

first1

boolean first1

tempOid

java.lang.String[] tempOid

tempy

java.lang.String[] tempy

temp

int temp

temptemp

int temptemp

tempTime

int tempTime
Constructor Detail

LineGraphBeanWrapper.StaticPolling

LineGraphBeanWrapper.StaticPolling()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable