server
Class DeviceThread.PollInfo
java.lang.Object
server.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeviceThread.PollInfo
public DeviceThread.PollInfo(int time,
boolean poll)
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()