server
Class DeviceThread.PollInfo

java.lang.Object
  extended byserver.DeviceThread.PollInfo
Enclosing class:
DeviceThread

public class DeviceThread.PollInfo
extends java.lang.Object

Inner class to hold a time and boolean indicating polling required.

Version:
0.1
Author:
gwalters

Constructor Summary
DeviceThread.PollInfo(int time, boolean poll)
           
 
Method Summary
 void decTime()
          Decrement the time part of the PollInfo
 int getTime()
           
 boolean isPoll()
           
 boolean isZero()
           
 void setPoll(boolean poll)
           
 void setTime(int time)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceThread.PollInfo

public DeviceThread.PollInfo(int time,
                             boolean poll)
Method Detail

decTime

public void decTime()
Decrement the time part of the PollInfo


isZero

public boolean isZero()

getTime

public int getTime()

setTime

public void setTime(int time)

isPoll

public boolean isPoll()

setPoll

public void setPoll(boolean poll)

toString

public java.lang.String toString()