TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoDs
Class PollObj

java.lang.Object
  extended by fr.esrf.TangoDs.PollObj

public class PollObj
extends java.lang.Object


Constructor Summary
PollObj(DeviceImpl d, int ty, java.lang.String na, int user_upd)
          Constructor for the PollObj class.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollObj

public PollObj(DeviceImpl d,
               int ty,
               java.lang.String na,
               int user_upd)
Constructor for the PollObj class.

Parameters:
d - The device pointer
ty - The polled object type
na - The polled object name
user_upd - The polling update period (in mS)

TANGO Java API
( TangORB-7.3.3.jar)